diff k8s/deploy.yaml @ 11:6622bacb0b84

first pass at reorg
author drewp@bigasterisk.com
date Thu, 11 Jul 2024 18:15:44 -0700
parents f23b21bd0fce
children 403eff4a16c8
line wrap: on
line diff
--- a/k8s/deploy.yaml	Thu Jul 11 17:35:31 2024 -0700
+++ b/k8s/deploy.yaml	Thu Jul 11 18:15:44 2024 -0700
@@ -26,8 +26,8 @@
             - vite
           ports:
             - containerPort: 8002
-        - name: search
-          image: reg:5000/sco_bot_search
+        - name: server
+          image: reg:5000/sco_bot_server
           workingDir: /opt
           command:
             - pdm
@@ -38,7 +38,7 @@
             - "0.0.0.0"
             - --port
             - "8001"
-            - search/query.py
+            - scobot/service/query.py
           ports:
             - containerPort: 8001
           volumeMounts: