From e0be1b22f95eeb7ec38f2ce75da56fe6285c9a52 Mon Sep 17 00:00:00 2001 From: bakery-ia-ci Date: Sun, 25 Jan 2026 08:04:01 +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 a980c12d..fbd4992c 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/gateway:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 1d62bc25..5d54da48 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/ai_insights:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 27bee8d6..3948e767 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-0e95bdc4 + name: ai-insights-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: ai-insights-migration-0e95bdc4 + app.kubernetes.io/name: ai-insights-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: ai-insights-migration-c8dc021e 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/ai_insights:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 4db107d7..61efe8ff 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/alert_processor:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 b042b69e..f6d45dd4 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-0e95bdc4 + name: alert-processor-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: alert-processor-migration-0e95bdc4 + app.kubernetes.io/name: alert-processor-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: alert-processor-migration-c8dc021e 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/alert_processor:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 6d37326a..2fa4e24d 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/auth:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 c671be17..5d613189 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-0e95bdc4 + name: auth-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: auth-migration-0e95bdc4 + app.kubernetes.io/name: auth-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: auth-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/auth:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/auth:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 1b69b214..06594610 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-0e95bdc4 + name: demo-cleanup-worker-c8dc021e 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/demo_session:c8dc021e138c3ff834a50326a775ed4079f06c0c imagePullPolicy: IfNotPresent command: - python diff --git a/infrastructure/services/microservices/demo-session/deployment.yaml b/infrastructure/services/microservices/demo-session/deployment.yaml index 72f252dd..f82fee3e 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/demo_session:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 f21ae56d..d293141c 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-0e95bdc4 + name: demo-session-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: demo-session-migration-0e95bdc4 + app.kubernetes.io/name: demo-session-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: demo-session-migration-c8dc021e 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/demo_session:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 222cd43a..f889faaf 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/distribution:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 3b2f4c64..586429f8 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-0e95bdc4 + name: distribution-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: distribution-migration-0e95bdc4 + app.kubernetes.io/name: distribution-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: distribution-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/distribution:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/distribution:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 9663cd0a..485ba0b6 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-0e95bdc4 + name: external-data-rotation-c8dc021e namespace: bakery-ia labels: app: external-service @@ -35,7 +35,7 @@ spec: containers: - name: data-rotator - image: registry.bakewise.ai/bakery-admin/external:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/external:c8dc021e138c3ff834a50326a775ed4079f06c0c imagePullPolicy: Always command: diff --git a/infrastructure/services/microservices/external/external-service.yaml b/infrastructure/services/microservices/external/external-service.yaml index c2d58676..d355a33d 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/external:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 d94de03a..75e45da0 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-0e95bdc4 + name: external-data-init-c8dc021e namespace: bakery-ia labels: app: external-service @@ -51,7 +51,7 @@ spec: containers: - name: data-loader - image: registry.bakewise.ai/bakery-admin/external:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/external:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 9edecc72..bf241505 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-0e95bdc4 + name: external-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: external-migration-0e95bdc4 + app.kubernetes.io/name: external-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: external-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/external:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/external:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 77197b2c..20b58f86 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/forecasting:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 f3ef3d9f..5223c780 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-0e95bdc4 + name: forecasting-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: forecasting-migration-0e95bdc4 + app.kubernetes.io/name: forecasting-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: forecasting-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/forecasting:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/forecasting:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 a6bf038d..0a5d8c8d 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/inventory:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 82633d74..96f85c0c 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-0e95bdc4 + name: inventory-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: inventory-migration-0e95bdc4 + app.kubernetes.io/name: inventory-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: inventory-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/inventory:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/inventory:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 8bcda540..e9112418 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-0e95bdc4 + name: notification-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: notification-migration-0e95bdc4 + app.kubernetes.io/name: notification-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: notification-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/notification:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/notification:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 18665fe2..b341ffae 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/notification:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 81c2c40b..bbcba094 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-0e95bdc4 + name: orchestrator-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: orchestrator-migration-0e95bdc4 + app.kubernetes.io/name: orchestrator-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: orchestrator-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/orchestrator:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/orchestrator:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 083351b6..69617a47 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/orchestrator:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 a7daf5de..be7fc6e0 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-0e95bdc4 + name: orders-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: orders-migration-0e95bdc4 + app.kubernetes.io/name: orders-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: orders-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/orders:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/orders:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 77c89985..732e3afd 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/orders:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 5fc1873f..3acbba9f 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-0e95bdc4 + name: pos-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: pos-migration-0e95bdc4 + app.kubernetes.io/name: pos-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: pos-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/pos:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/pos:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 a977d21c..1dd01476 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/pos:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 7e8cf697..2c819a8d 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-0e95bdc4 + name: procurement-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: procurement-migration-0e95bdc4 + app.kubernetes.io/name: procurement-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: procurement-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/procurement:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/procurement:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 270a3cca..669fd146 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/procurement:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 8e65eded..7d6cf45f 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-0e95bdc4 + name: production-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: production-migration-0e95bdc4 + app.kubernetes.io/name: production-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: production-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/production:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/production:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 035ce75b..fb5663a1 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/production:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 3f8b825a..99ec7ac5 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-0e95bdc4 + name: recipes-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: recipes-migration-0e95bdc4 + app.kubernetes.io/name: recipes-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: recipes-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/recipes:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/recipes:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 6d709536..aa6179e6 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/recipes:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 5c80da91..915d604c 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-0e95bdc4 + name: sales-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: sales-migration-0e95bdc4 + app.kubernetes.io/name: sales-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: sales-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/sales:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/sales:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 b345dd8c..cac21ff7 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/sales:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 8931c5e2..d5b3f411 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-0e95bdc4 + name: suppliers-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: suppliers-migration-0e95bdc4 + app.kubernetes.io/name: suppliers-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: suppliers-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/suppliers:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/suppliers:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 328525d1..b9587ad0 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/suppliers:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 b7d51ea6..777e7be8 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-0e95bdc4 + name: tenant-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: tenant-migration-0e95bdc4 + app.kubernetes.io/name: tenant-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: tenant-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/tenant:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/tenant:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 05d901cd..d60d86a2 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/tenant:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 babf4ad5..f863b885 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-0e95bdc4 + name: training-migration-c8dc021e namespace: bakery-ia labels: - app.kubernetes.io/name: training-migration-0e95bdc4 + app.kubernetes.io/name: training-migration-c8dc021e 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-0e95bdc4 + app.kubernetes.io/name: training-migration-c8dc021e app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/training:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/training:c8dc021e138c3ff834a50326a775ed4079f06c0c 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 3b808105..fef8a75b 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:0e95bdc4685be715dca600c0e4f5c583ff0418c7 + image: registry.bakewise.ai/bakery-admin/training:c8dc021e138c3ff834a50326a775ed4079f06c0c ports: - containerPort: 8000 name: http