From b3cddbbc0aa16487536a97f81c7615abf406eaa5 Mon Sep 17 00:00:00 2001 From: bakery-ia-ci Date: Sat, 24 Jan 2026 15:18:29 +0000 Subject: [PATCH] Update images for services: ai_insights,alert_processor,auth,demo_session,distribution,external,forecasting,inventory,notification,orchestrator,orders,pos,procurement,production,recipes,sales,suppliers,tenant,training,gateway [skip ci] --- infrastructure/platform/gateway/gateway-service.yaml | 2 +- .../microservices/ai-insights/ai-insights-service.yaml | 2 +- .../ai-insights/migrations/ai-insights-migration-job.yaml | 8 ++++---- .../microservices/alert-processor/alert-processor.yaml | 2 +- .../migrations/alert-processor-migration-job.yaml | 8 ++++---- .../services/microservices/auth/auth-service.yaml | 2 +- .../microservices/auth/migrations/auth-migration-job.yaml | 8 ++++---- .../microservices/demo-session/demo-cleanup-worker.yaml | 4 ++-- .../services/microservices/demo-session/deployment.yaml | 2 +- .../migrations/demo-session-migration-job.yaml | 8 ++++---- .../microservices/distribution/distribution-service.yaml | 2 +- .../migrations/distribution-migration-job.yaml | 8 ++++---- .../external/cronjobs/external-data-rotation-cronjob.yaml | 4 ++-- .../services/microservices/external/external-service.yaml | 2 +- .../external/migrations/external-data-init-job.yaml | 4 ++-- .../external/migrations/external-migration-job.yaml | 8 ++++---- .../microservices/forecasting/forecasting-service.yaml | 2 +- .../forecasting/migrations/forecasting-migration-job.yaml | 8 ++++---- .../microservices/inventory/inventory-service.yaml | 2 +- .../inventory/migrations/inventory-migration-job.yaml | 8 ++++---- .../migrations/notification-migration-job.yaml | 8 ++++---- .../microservices/notification/notification-service.yaml | 2 +- .../migrations/orchestrator-migration-job.yaml | 8 ++++---- .../microservices/orchestrator/orchestrator-service.yaml | 2 +- .../orders/migrations/orders-migration-job.yaml | 8 ++++---- .../services/microservices/orders/orders-service.yaml | 2 +- .../microservices/pos/migrations/pos-migration-job.yaml | 8 ++++---- .../services/microservices/pos/pos-service.yaml | 2 +- .../procurement/migrations/procurement-migration-job.yaml | 8 ++++---- .../microservices/procurement/procurement-service.yaml | 2 +- .../production/migrations/production-migration-job.yaml | 8 ++++---- .../microservices/production/production-service.yaml | 2 +- .../recipes/migrations/recipes-migration-job.yaml | 8 ++++---- .../services/microservices/recipes/recipes-service.yaml | 2 +- .../sales/migrations/sales-migration-job.yaml | 8 ++++---- .../services/microservices/sales/sales-service.yaml | 2 +- .../suppliers/migrations/suppliers-migration-job.yaml | 8 ++++---- .../microservices/suppliers/suppliers-service.yaml | 2 +- .../tenant/migrations/tenant-migration-job.yaml | 8 ++++---- .../services/microservices/tenant/tenant-service.yaml | 2 +- .../training/migrations/training-migration-job.yaml | 8 ++++---- .../services/microservices/training/training-service.yaml | 2 +- 42 files changed, 102 insertions(+), 102 deletions(-) diff --git a/infrastructure/platform/gateway/gateway-service.yaml b/infrastructure/platform/gateway/gateway-service.yaml index ee74b832..2c2159c3 100644 --- a/infrastructure/platform/gateway/gateway-service.yaml +++ b/infrastructure/platform/gateway/gateway-service.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: gateway - image: registry.bakewise.ai/bakery-admin/gateway:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/gateway:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/ai-insights/ai-insights-service.yaml b/infrastructure/services/microservices/ai-insights/ai-insights-service.yaml index 405327bc..1041f929 100644 --- a/infrastructure/services/microservices/ai-insights/ai-insights-service.yaml +++ b/infrastructure/services/microservices/ai-insights/ai-insights-service.yaml @@ -88,7 +88,7 @@ spec: key: AI_INSIGHTS_DB_USER containers: - name: ai-insights-service - image: registry.bakewise.ai/bakery-admin/ai_insights:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/ai_insights:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/ai-insights/migrations/ai-insights-migration-job.yaml b/infrastructure/services/microservices/ai-insights/migrations/ai-insights-migration-job.yaml index fa879d3b..6d676719 100644 --- a/infrastructure/services/microservices/ai-insights/migrations/ai-insights-migration-job.yaml +++ b/infrastructure/services/microservices/ai-insights/migrations/ai-insights-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: ai-insights-migration-6f282eff + name: ai-insights-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: ai-insights-migration-6f282eff + app.kubernetes.io/name: ai-insights-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: ai-insights-migration-6f282eff + app.kubernetes.io/name: ai-insights-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/ai_insights:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/ai_insights:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "ai_insights"] env: - name: AI_INSIGHTS_DATABASE_URL diff --git a/infrastructure/services/microservices/alert-processor/alert-processor.yaml b/infrastructure/services/microservices/alert-processor/alert-processor.yaml index b8e7306c..23ab6367 100644 --- a/infrastructure/services/microservices/alert-processor/alert-processor.yaml +++ b/infrastructure/services/microservices/alert-processor/alert-processor.yaml @@ -82,7 +82,7 @@ spec: key: ALERT_PROCESSOR_DB_USER containers: - name: alert-processor - image: registry.bakewise.ai/bakery-admin/alert_processor:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/alert_processor:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "-m", "uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"] ports: - containerPort: 8000 diff --git a/infrastructure/services/microservices/alert-processor/migrations/alert-processor-migration-job.yaml b/infrastructure/services/microservices/alert-processor/migrations/alert-processor-migration-job.yaml index 55da398a..6bc872ca 100644 --- a/infrastructure/services/microservices/alert-processor/migrations/alert-processor-migration-job.yaml +++ b/infrastructure/services/microservices/alert-processor/migrations/alert-processor-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: alert-processor-migration-6f282eff + name: alert-processor-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: alert-processor-migration-6f282eff + app.kubernetes.io/name: alert-processor-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: alert-processor-migration-6f282eff + app.kubernetes.io/name: alert-processor-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/alert_processor:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/alert_processor:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "alert_processor"] env: - name: ALERT_PROCESSOR_DATABASE_URL diff --git a/infrastructure/services/microservices/auth/auth-service.yaml b/infrastructure/services/microservices/auth/auth-service.yaml index 61d419d2..4d3457c5 100644 --- a/infrastructure/services/microservices/auth/auth-service.yaml +++ b/infrastructure/services/microservices/auth/auth-service.yaml @@ -110,7 +110,7 @@ spec: value: "auth_db" containers: - name: auth-service - image: registry.bakewise.ai/bakery-admin/auth:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/auth:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/auth/migrations/auth-migration-job.yaml b/infrastructure/services/microservices/auth/migrations/auth-migration-job.yaml index d32680ef..9ebc9b3d 100644 --- a/infrastructure/services/microservices/auth/migrations/auth-migration-job.yaml +++ b/infrastructure/services/microservices/auth/migrations/auth-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: auth-migration-6f282eff + name: auth-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: auth-migration-6f282eff + app.kubernetes.io/name: auth-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: auth-migration-6f282eff + app.kubernetes.io/name: auth-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/auth:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/auth:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "auth"] env: - name: AUTH_DATABASE_URL diff --git a/infrastructure/services/microservices/demo-session/demo-cleanup-worker.yaml b/infrastructure/services/microservices/demo-session/demo-cleanup-worker.yaml index 88ec8c18..94b0ab9d 100644 --- a/infrastructure/services/microservices/demo-session/demo-cleanup-worker.yaml +++ b/infrastructure/services/microservices/demo-session/demo-cleanup-worker.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: demo-cleanup-worker-6f282eff + name: demo-cleanup-worker-c5a2dabd namespace: bakery-ia labels: app: demo-cleanup-worker @@ -53,7 +53,7 @@ spec: cpu: "100m" containers: - name: worker - image: registry.bakewise.ai/bakery-admin/demo_session:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/demo_session:c5a2dabd124a8867c216ee4dc40b576fee619125 imagePullPolicy: IfNotPresent command: - python diff --git a/infrastructure/services/microservices/demo-session/deployment.yaml b/infrastructure/services/microservices/demo-session/deployment.yaml index 0c91adf4..97f7b8e3 100644 --- a/infrastructure/services/microservices/demo-session/deployment.yaml +++ b/infrastructure/services/microservices/demo-session/deployment.yaml @@ -20,7 +20,7 @@ spec: serviceAccountName: demo-session-sa containers: - name: demo-session-service - image: registry.bakewise.ai/bakery-admin/demo_session:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/demo_session:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/demo-session/migrations/demo-session-migration-job.yaml b/infrastructure/services/microservices/demo-session/migrations/demo-session-migration-job.yaml index bfc794b6..493d93a3 100644 --- a/infrastructure/services/microservices/demo-session/migrations/demo-session-migration-job.yaml +++ b/infrastructure/services/microservices/demo-session/migrations/demo-session-migration-job.yaml @@ -1,10 +1,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: demo-session-migration-6f282eff + name: demo-session-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: demo-session-migration-6f282eff + app.kubernetes.io/name: demo-session-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -12,7 +12,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: demo-session-migration-6f282eff + app.kubernetes.io/name: demo-session-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -28,7 +28,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/demo_session:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/demo_session:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "demo_session"] env: - name: DEMO_SESSION_DATABASE_URL diff --git a/infrastructure/services/microservices/distribution/distribution-service.yaml b/infrastructure/services/microservices/distribution/distribution-service.yaml index 1bee5e7e..572cf9ef 100644 --- a/infrastructure/services/microservices/distribution/distribution-service.yaml +++ b/infrastructure/services/microservices/distribution/distribution-service.yaml @@ -109,7 +109,7 @@ spec: value: "distribution_db" containers: - name: distribution-service - image: registry.bakewise.ai/bakery-admin/distribution:c23d00dd929cc710f3b5d83ad01a965a3b561ba8 + image: registry.bakewise.ai/bakery-admin/distribution:c5a2dabd124a8867c216ee4dc40b576fee619125 imagePullPolicy: IfNotPresent ports: - containerPort: 8000 diff --git a/infrastructure/services/microservices/distribution/migrations/distribution-migration-job.yaml b/infrastructure/services/microservices/distribution/migrations/distribution-migration-job.yaml index fc8911aa..a64abb19 100644 --- a/infrastructure/services/microservices/distribution/migrations/distribution-migration-job.yaml +++ b/infrastructure/services/microservices/distribution/migrations/distribution-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: distribution-migration-6f282eff + name: distribution-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: distribution-migration-6f282eff + app.kubernetes.io/name: distribution-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: distribution-migration-6f282eff + app.kubernetes.io/name: distribution-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/distribution:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/distribution:c5a2dabd124a8867c216ee4dc40b576fee619125 imagePullPolicy: IfNotPresent command: ["python", "/app/shared/scripts/run_migrations.py", "distribution"] env: diff --git a/infrastructure/services/microservices/external/cronjobs/external-data-rotation-cronjob.yaml b/infrastructure/services/microservices/external/cronjobs/external-data-rotation-cronjob.yaml index ae653301..cf38a966 100644 --- a/infrastructure/services/microservices/external/cronjobs/external-data-rotation-cronjob.yaml +++ b/infrastructure/services/microservices/external/cronjobs/external-data-rotation-cronjob.yaml @@ -3,7 +3,7 @@ apiVersion: batch/v1 kind: CronJob metadata: - name: external-data-rotation-6f282eff + name: external-data-rotation-c5a2dabd namespace: bakery-ia labels: app: external-service @@ -35,7 +35,7 @@ spec: containers: - name: data-rotator - image: registry.bakewise.ai/bakery-admin/external:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/external:c5a2dabd124a8867c216ee4dc40b576fee619125 imagePullPolicy: Always command: diff --git a/infrastructure/services/microservices/external/external-service.yaml b/infrastructure/services/microservices/external/external-service.yaml index 0dad83bc..b4436607 100644 --- a/infrastructure/services/microservices/external/external-service.yaml +++ b/infrastructure/services/microservices/external/external-service.yaml @@ -114,7 +114,7 @@ spec: containers: - name: external-service - image: registry.bakewise.ai/bakery-admin/external:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/external:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/external/migrations/external-data-init-job.yaml b/infrastructure/services/microservices/external/migrations/external-data-init-job.yaml index 7a486b3d..b4f37599 100644 --- a/infrastructure/services/microservices/external/migrations/external-data-init-job.yaml +++ b/infrastructure/services/microservices/external/migrations/external-data-init-job.yaml @@ -3,7 +3,7 @@ apiVersion: batch/v1 kind: Job metadata: - name: external-data-init-6f282eff + name: external-data-init-c5a2dabd namespace: bakery-ia labels: app: external-service @@ -51,7 +51,7 @@ spec: containers: - name: data-loader - image: registry.bakewise.ai/bakery-admin/external:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/external:c5a2dabd124a8867c216ee4dc40b576fee619125 imagePullPolicy: Always command: diff --git a/infrastructure/services/microservices/external/migrations/external-migration-job.yaml b/infrastructure/services/microservices/external/migrations/external-migration-job.yaml index 85fa4749..c629e3dd 100644 --- a/infrastructure/services/microservices/external/migrations/external-migration-job.yaml +++ b/infrastructure/services/microservices/external/migrations/external-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: external-migration-6f282eff + name: external-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: external-migration-6f282eff + app.kubernetes.io/name: external-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: external-migration-6f282eff + app.kubernetes.io/name: external-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/external:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/external:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "external"] env: - name: EXTERNAL_DATABASE_URL diff --git a/infrastructure/services/microservices/forecasting/forecasting-service.yaml b/infrastructure/services/microservices/forecasting/forecasting-service.yaml index 47ffe46c..c34ab9e8 100644 --- a/infrastructure/services/microservices/forecasting/forecasting-service.yaml +++ b/infrastructure/services/microservices/forecasting/forecasting-service.yaml @@ -88,7 +88,7 @@ spec: key: FORECASTING_DB_USER containers: - name: forecasting-service - image: registry.bakewise.ai/bakery-admin/forecasting:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/forecasting:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/forecasting/migrations/forecasting-migration-job.yaml b/infrastructure/services/microservices/forecasting/migrations/forecasting-migration-job.yaml index 26379f3f..d72c8073 100644 --- a/infrastructure/services/microservices/forecasting/migrations/forecasting-migration-job.yaml +++ b/infrastructure/services/microservices/forecasting/migrations/forecasting-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: forecasting-migration-6f282eff + name: forecasting-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: forecasting-migration-6f282eff + app.kubernetes.io/name: forecasting-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: forecasting-migration-6f282eff + app.kubernetes.io/name: forecasting-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/forecasting:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/forecasting:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "forecasting"] env: - name: FORECASTING_DATABASE_URL diff --git a/infrastructure/services/microservices/inventory/inventory-service.yaml b/infrastructure/services/microservices/inventory/inventory-service.yaml index 7e162fc2..0d17fd85 100644 --- a/infrastructure/services/microservices/inventory/inventory-service.yaml +++ b/infrastructure/services/microservices/inventory/inventory-service.yaml @@ -88,7 +88,7 @@ spec: key: INVENTORY_DB_USER containers: - name: inventory-service - image: registry.bakewise.ai/bakery-admin/inventory:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/inventory:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/inventory/migrations/inventory-migration-job.yaml b/infrastructure/services/microservices/inventory/migrations/inventory-migration-job.yaml index 31998aed..44622592 100644 --- a/infrastructure/services/microservices/inventory/migrations/inventory-migration-job.yaml +++ b/infrastructure/services/microservices/inventory/migrations/inventory-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: inventory-migration-6f282eff + name: inventory-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: inventory-migration-6f282eff + app.kubernetes.io/name: inventory-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: inventory-migration-6f282eff + app.kubernetes.io/name: inventory-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/inventory:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/inventory:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "inventory"] env: - name: INVENTORY_DATABASE_URL diff --git a/infrastructure/services/microservices/notification/migrations/notification-migration-job.yaml b/infrastructure/services/microservices/notification/migrations/notification-migration-job.yaml index 325dd0de..af34f914 100644 --- a/infrastructure/services/microservices/notification/migrations/notification-migration-job.yaml +++ b/infrastructure/services/microservices/notification/migrations/notification-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: notification-migration-6f282eff + name: notification-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: notification-migration-6f282eff + app.kubernetes.io/name: notification-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: notification-migration-6f282eff + app.kubernetes.io/name: notification-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/notification:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/notification:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "notification"] env: - name: NOTIFICATION_DATABASE_URL diff --git a/infrastructure/services/microservices/notification/notification-service.yaml b/infrastructure/services/microservices/notification/notification-service.yaml index 8c795d29..cad543a3 100644 --- a/infrastructure/services/microservices/notification/notification-service.yaml +++ b/infrastructure/services/microservices/notification/notification-service.yaml @@ -88,7 +88,7 @@ spec: key: NOTIFICATION_DB_USER containers: - name: notification-service - image: registry.bakewise.ai/bakery-admin/notification:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/notification:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/orchestrator/migrations/orchestrator-migration-job.yaml b/infrastructure/services/microservices/orchestrator/migrations/orchestrator-migration-job.yaml index fc9b7352..e5c32f73 100644 --- a/infrastructure/services/microservices/orchestrator/migrations/orchestrator-migration-job.yaml +++ b/infrastructure/services/microservices/orchestrator/migrations/orchestrator-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: orchestrator-migration-6f282eff + name: orchestrator-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: orchestrator-migration-6f282eff + app.kubernetes.io/name: orchestrator-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: orchestrator-migration-6f282eff + app.kubernetes.io/name: orchestrator-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/orchestrator:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/orchestrator:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "orchestrator"] env: - name: ORCHESTRATOR_DATABASE_URL diff --git a/infrastructure/services/microservices/orchestrator/orchestrator-service.yaml b/infrastructure/services/microservices/orchestrator/orchestrator-service.yaml index e96c8c9e..7b98dc12 100644 --- a/infrastructure/services/microservices/orchestrator/orchestrator-service.yaml +++ b/infrastructure/services/microservices/orchestrator/orchestrator-service.yaml @@ -88,7 +88,7 @@ spec: key: ORCHESTRATOR_DB_USER containers: - name: orchestrator-service - image: registry.bakewise.ai/bakery-admin/orchestrator:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/orchestrator:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/orders/migrations/orders-migration-job.yaml b/infrastructure/services/microservices/orders/migrations/orders-migration-job.yaml index ee869c0a..ffa46afe 100644 --- a/infrastructure/services/microservices/orders/migrations/orders-migration-job.yaml +++ b/infrastructure/services/microservices/orders/migrations/orders-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: orders-migration-6f282eff + name: orders-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: orders-migration-6f282eff + app.kubernetes.io/name: orders-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: orders-migration-6f282eff + app.kubernetes.io/name: orders-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/orders:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/orders:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "orders"] env: - name: ORDERS_DATABASE_URL diff --git a/infrastructure/services/microservices/orders/orders-service.yaml b/infrastructure/services/microservices/orders/orders-service.yaml index ebfa7747..47788dd3 100644 --- a/infrastructure/services/microservices/orders/orders-service.yaml +++ b/infrastructure/services/microservices/orders/orders-service.yaml @@ -88,7 +88,7 @@ spec: key: ORDERS_DB_USER containers: - name: orders-service - image: registry.bakewise.ai/bakery-admin/orders:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/orders:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/pos/migrations/pos-migration-job.yaml b/infrastructure/services/microservices/pos/migrations/pos-migration-job.yaml index 3073cec6..6361734e 100644 --- a/infrastructure/services/microservices/pos/migrations/pos-migration-job.yaml +++ b/infrastructure/services/microservices/pos/migrations/pos-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: pos-migration-6f282eff + name: pos-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: pos-migration-6f282eff + app.kubernetes.io/name: pos-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: pos-migration-6f282eff + app.kubernetes.io/name: pos-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/pos:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/pos:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "pos"] env: - name: POS_DATABASE_URL diff --git a/infrastructure/services/microservices/pos/pos-service.yaml b/infrastructure/services/microservices/pos/pos-service.yaml index 52fda7f8..3734932f 100644 --- a/infrastructure/services/microservices/pos/pos-service.yaml +++ b/infrastructure/services/microservices/pos/pos-service.yaml @@ -88,7 +88,7 @@ spec: key: POS_DB_USER containers: - name: pos-service - image: registry.bakewise.ai/bakery-admin/pos:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/pos:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/procurement/migrations/procurement-migration-job.yaml b/infrastructure/services/microservices/procurement/migrations/procurement-migration-job.yaml index 9e1b39b6..f1a46d1f 100644 --- a/infrastructure/services/microservices/procurement/migrations/procurement-migration-job.yaml +++ b/infrastructure/services/microservices/procurement/migrations/procurement-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: procurement-migration-6f282eff + name: procurement-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: procurement-migration-6f282eff + app.kubernetes.io/name: procurement-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: procurement-migration-6f282eff + app.kubernetes.io/name: procurement-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/procurement:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/procurement:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "procurement"] env: - name: PROCUREMENT_DATABASE_URL diff --git a/infrastructure/services/microservices/procurement/procurement-service.yaml b/infrastructure/services/microservices/procurement/procurement-service.yaml index dc2d3053..c078ec90 100644 --- a/infrastructure/services/microservices/procurement/procurement-service.yaml +++ b/infrastructure/services/microservices/procurement/procurement-service.yaml @@ -88,7 +88,7 @@ spec: key: PROCUREMENT_DB_USER containers: - name: procurement-service - image: registry.bakewise.ai/bakery-admin/procurement:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/procurement:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/production/migrations/production-migration-job.yaml b/infrastructure/services/microservices/production/migrations/production-migration-job.yaml index 218a170c..aa619979 100644 --- a/infrastructure/services/microservices/production/migrations/production-migration-job.yaml +++ b/infrastructure/services/microservices/production/migrations/production-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: production-migration-6f282eff + name: production-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: production-migration-6f282eff + app.kubernetes.io/name: production-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: production-migration-6f282eff + app.kubernetes.io/name: production-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/production:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/production:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "production"] env: - name: PRODUCTION_DATABASE_URL diff --git a/infrastructure/services/microservices/production/production-service.yaml b/infrastructure/services/microservices/production/production-service.yaml index 0767bba2..51113b16 100644 --- a/infrastructure/services/microservices/production/production-service.yaml +++ b/infrastructure/services/microservices/production/production-service.yaml @@ -88,7 +88,7 @@ spec: key: PRODUCTION_DB_USER containers: - name: production-service - image: registry.bakewise.ai/bakery-admin/production:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/production:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/recipes/migrations/recipes-migration-job.yaml b/infrastructure/services/microservices/recipes/migrations/recipes-migration-job.yaml index 1b6d6963..de740496 100644 --- a/infrastructure/services/microservices/recipes/migrations/recipes-migration-job.yaml +++ b/infrastructure/services/microservices/recipes/migrations/recipes-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: recipes-migration-6f282eff + name: recipes-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: recipes-migration-6f282eff + app.kubernetes.io/name: recipes-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: recipes-migration-6f282eff + app.kubernetes.io/name: recipes-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/recipes:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/recipes:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "recipes"] env: - name: RECIPES_DATABASE_URL diff --git a/infrastructure/services/microservices/recipes/recipes-service.yaml b/infrastructure/services/microservices/recipes/recipes-service.yaml index 21330b91..240140c1 100644 --- a/infrastructure/services/microservices/recipes/recipes-service.yaml +++ b/infrastructure/services/microservices/recipes/recipes-service.yaml @@ -88,7 +88,7 @@ spec: key: RECIPES_DB_USER containers: - name: recipes-service - image: registry.bakewise.ai/bakery-admin/recipes:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/recipes:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/sales/migrations/sales-migration-job.yaml b/infrastructure/services/microservices/sales/migrations/sales-migration-job.yaml index e8fb2ed0..2357ea8e 100644 --- a/infrastructure/services/microservices/sales/migrations/sales-migration-job.yaml +++ b/infrastructure/services/microservices/sales/migrations/sales-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: sales-migration-6f282eff + name: sales-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: sales-migration-6f282eff + app.kubernetes.io/name: sales-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: sales-migration-6f282eff + app.kubernetes.io/name: sales-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/sales:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/sales:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "sales"] env: - name: SALES_DATABASE_URL diff --git a/infrastructure/services/microservices/sales/sales-service.yaml b/infrastructure/services/microservices/sales/sales-service.yaml index 59576686..3b81b30c 100644 --- a/infrastructure/services/microservices/sales/sales-service.yaml +++ b/infrastructure/services/microservices/sales/sales-service.yaml @@ -88,7 +88,7 @@ spec: key: SALES_DB_USER containers: - name: sales-service - image: registry.bakewise.ai/bakery-admin/sales:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/sales:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/suppliers/migrations/suppliers-migration-job.yaml b/infrastructure/services/microservices/suppliers/migrations/suppliers-migration-job.yaml index c5e0fa92..2667e185 100644 --- a/infrastructure/services/microservices/suppliers/migrations/suppliers-migration-job.yaml +++ b/infrastructure/services/microservices/suppliers/migrations/suppliers-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: suppliers-migration-6f282eff + name: suppliers-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: suppliers-migration-6f282eff + app.kubernetes.io/name: suppliers-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: suppliers-migration-6f282eff + app.kubernetes.io/name: suppliers-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/suppliers:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/suppliers:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "suppliers"] env: - name: SUPPLIERS_DATABASE_URL diff --git a/infrastructure/services/microservices/suppliers/suppliers-service.yaml b/infrastructure/services/microservices/suppliers/suppliers-service.yaml index 1dea6244..0dfc4fda 100644 --- a/infrastructure/services/microservices/suppliers/suppliers-service.yaml +++ b/infrastructure/services/microservices/suppliers/suppliers-service.yaml @@ -88,7 +88,7 @@ spec: key: SUPPLIERS_DB_USER containers: - name: suppliers-service - image: registry.bakewise.ai/bakery-admin/suppliers:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/suppliers:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/tenant/migrations/tenant-migration-job.yaml b/infrastructure/services/microservices/tenant/migrations/tenant-migration-job.yaml index e8492c30..8baef358 100644 --- a/infrastructure/services/microservices/tenant/migrations/tenant-migration-job.yaml +++ b/infrastructure/services/microservices/tenant/migrations/tenant-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: tenant-migration-6f282eff + name: tenant-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: tenant-migration-6f282eff + app.kubernetes.io/name: tenant-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: tenant-migration-6f282eff + app.kubernetes.io/name: tenant-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/tenant:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/tenant:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "tenant"] env: - name: TENANT_DATABASE_URL diff --git a/infrastructure/services/microservices/tenant/tenant-service.yaml b/infrastructure/services/microservices/tenant/tenant-service.yaml index 374061ff..0808c9fc 100644 --- a/infrastructure/services/microservices/tenant/tenant-service.yaml +++ b/infrastructure/services/microservices/tenant/tenant-service.yaml @@ -88,7 +88,7 @@ spec: key: TENANT_DB_USER containers: - name: tenant-service - image: registry.bakewise.ai/bakery-admin/tenant:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/tenant:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http diff --git a/infrastructure/services/microservices/training/migrations/training-migration-job.yaml b/infrastructure/services/microservices/training/migrations/training-migration-job.yaml index 3d484aba..561d7754 100644 --- a/infrastructure/services/microservices/training/migrations/training-migration-job.yaml +++ b/infrastructure/services/microservices/training/migrations/training-migration-job.yaml @@ -2,10 +2,10 @@ apiVersion: batch/v1 kind: Job metadata: - name: training-migration-6f282eff + name: training-migration-c5a2dabd namespace: bakery-ia labels: - app.kubernetes.io/name: training-migration-6f282eff + app.kubernetes.io/name: training-migration-c5a2dabd app.kubernetes.io/component: migration app.kubernetes.io/part-of: bakery-ia spec: @@ -13,7 +13,7 @@ spec: template: metadata: labels: - app.kubernetes.io/name: training-migration-6f282eff + app.kubernetes.io/name: training-migration-c5a2dabd app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/training:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/training:c5a2dabd124a8867c216ee4dc40b576fee619125 command: ["python", "/app/shared/scripts/run_migrations.py", "training"] env: - name: TRAINING_DATABASE_URL diff --git a/infrastructure/services/microservices/training/training-service.yaml b/infrastructure/services/microservices/training/training-service.yaml index d2696828..a4b95cdd 100644 --- a/infrastructure/services/microservices/training/training-service.yaml +++ b/infrastructure/services/microservices/training/training-service.yaml @@ -88,7 +88,7 @@ spec: key: TRAINING_DB_USER containers: - name: training-service - image: registry.bakewise.ai/bakery-admin/training:6f282eff4c253e49a5ed4e8ba8be8b1e57280f8c + image: registry.bakewise.ai/bakery-admin/training:c5a2dabd124a8867c216ee4dc40b576fee619125 ports: - containerPort: 8000 name: http