diff --git a/infrastructure/platform/gateway/gateway-service.yaml b/infrastructure/platform/gateway/gateway-service.yaml index 4a0b9b1e..2025c39b 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/gateway:c56c558618eb230004b56b980377d361480946ea 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 6310f1eb..17449e09 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/ai_insights:c56c558618eb230004b56b980377d361480946ea 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 64f4da7b..5a87db72 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-85c756d8 + name: ai-insights-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: ai-insights-migration-85c756d8 + app.kubernetes.io/name: ai-insights-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: ai-insights-migration-c56c5586 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/ai_insights:c56c558618eb230004b56b980377d361480946ea 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 c9e6e37e..cc6fcf56 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/alert_processor:c56c558618eb230004b56b980377d361480946ea 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 1118b594..694c9220 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-85c756d8 + name: alert-processor-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: alert-processor-migration-85c756d8 + app.kubernetes.io/name: alert-processor-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: alert-processor-migration-c56c5586 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/alert_processor:c56c558618eb230004b56b980377d361480946ea 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 1b40b8cf..e034674b 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/auth:c56c558618eb230004b56b980377d361480946ea 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 6151446c..dc66eade 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-85c756d8 + name: auth-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: auth-migration-85c756d8 + app.kubernetes.io/name: auth-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: auth-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/auth:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/auth:c56c558618eb230004b56b980377d361480946ea 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 46fd4f0c..fa549040 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-85c756d8 + name: demo-cleanup-worker-c56c5586 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/demo_session:c56c558618eb230004b56b980377d361480946ea imagePullPolicy: IfNotPresent command: - python diff --git a/infrastructure/services/microservices/demo-session/deployment.yaml b/infrastructure/services/microservices/demo-session/deployment.yaml index d0a00975..fced8a1d 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/demo_session:c56c558618eb230004b56b980377d361480946ea 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 f32cd7cf..019bf43d 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-85c756d8 + name: demo-session-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: demo-session-migration-85c756d8 + app.kubernetes.io/name: demo-session-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: demo-session-migration-c56c5586 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/demo_session:c56c558618eb230004b56b980377d361480946ea 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 f4386a45..468c57c7 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/distribution:c56c558618eb230004b56b980377d361480946ea 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 c7fc12f2..afdf8407 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-85c756d8 + name: distribution-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: distribution-migration-85c756d8 + app.kubernetes.io/name: distribution-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: distribution-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/distribution:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/distribution:c56c558618eb230004b56b980377d361480946ea 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 7a84d40d..d358475c 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-85c756d8 + name: external-data-rotation-c56c5586 namespace: bakery-ia labels: app: external-service @@ -35,7 +35,7 @@ spec: containers: - name: data-rotator - image: registry.bakewise.ai/bakery-admin/external:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/external:c56c558618eb230004b56b980377d361480946ea imagePullPolicy: Always command: diff --git a/infrastructure/services/microservices/external/external-service.yaml b/infrastructure/services/microservices/external/external-service.yaml index 1b38b9de..3fc11bd3 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/external:c56c558618eb230004b56b980377d361480946ea 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 ad32b363..cbbca66d 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-85c756d8 + name: external-data-init-c56c5586 namespace: bakery-ia labels: app: external-service @@ -51,7 +51,7 @@ spec: containers: - name: data-loader - image: registry.bakewise.ai/bakery-admin/external:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/external:c56c558618eb230004b56b980377d361480946ea 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 64c7850f..89650756 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-85c756d8 + name: external-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: external-migration-85c756d8 + app.kubernetes.io/name: external-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: external-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/external:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/external:c56c558618eb230004b56b980377d361480946ea 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 817358c0..c2e95cda 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/forecasting:c56c558618eb230004b56b980377d361480946ea 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 1d2e27a1..e4e38b5a 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-85c756d8 + name: forecasting-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: forecasting-migration-85c756d8 + app.kubernetes.io/name: forecasting-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: forecasting-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/forecasting:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/forecasting:c56c558618eb230004b56b980377d361480946ea 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 44574298..208ca5b0 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/inventory:c56c558618eb230004b56b980377d361480946ea 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 68d733ab..79d0dea1 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-85c756d8 + name: inventory-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: inventory-migration-85c756d8 + app.kubernetes.io/name: inventory-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: inventory-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/inventory:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/inventory:c56c558618eb230004b56b980377d361480946ea 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 c2bc4799..2119dbf8 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-85c756d8 + name: notification-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: notification-migration-85c756d8 + app.kubernetes.io/name: notification-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: notification-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/notification:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/notification:c56c558618eb230004b56b980377d361480946ea 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 18eb8f2d..80da4e2b 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/notification:c56c558618eb230004b56b980377d361480946ea 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 414205f3..8a15ed61 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-85c756d8 + name: orchestrator-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: orchestrator-migration-85c756d8 + app.kubernetes.io/name: orchestrator-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: orchestrator-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/orchestrator:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/orchestrator:c56c558618eb230004b56b980377d361480946ea 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 66e2328c..19ff0c0b 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/orchestrator:c56c558618eb230004b56b980377d361480946ea 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 b57e4139..2555adf2 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-85c756d8 + name: orders-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: orders-migration-85c756d8 + app.kubernetes.io/name: orders-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: orders-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/orders:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/orders:c56c558618eb230004b56b980377d361480946ea 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 79692ee2..59272abe 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/orders:c56c558618eb230004b56b980377d361480946ea 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 6fb2161e..8df7fcff 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-85c756d8 + name: pos-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: pos-migration-85c756d8 + app.kubernetes.io/name: pos-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: pos-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/pos:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/pos:c56c558618eb230004b56b980377d361480946ea 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 c809de9a..613d1e03 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/pos:c56c558618eb230004b56b980377d361480946ea 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 c2241be2..562df188 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-85c756d8 + name: procurement-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: procurement-migration-85c756d8 + app.kubernetes.io/name: procurement-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: procurement-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/procurement:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/procurement:c56c558618eb230004b56b980377d361480946ea 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 ea7cc7e7..aab53557 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/procurement:c56c558618eb230004b56b980377d361480946ea 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 e510e744..56939539 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-85c756d8 + name: production-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: production-migration-85c756d8 + app.kubernetes.io/name: production-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: production-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/production:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/production:c56c558618eb230004b56b980377d361480946ea 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 4d7a153f..6a718132 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/production:c56c558618eb230004b56b980377d361480946ea 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 9dd388c1..cefd4bb6 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-85c756d8 + name: recipes-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: recipes-migration-85c756d8 + app.kubernetes.io/name: recipes-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: recipes-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/recipes:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/recipes:c56c558618eb230004b56b980377d361480946ea 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 6e493aaa..23da56ca 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/recipes:c56c558618eb230004b56b980377d361480946ea 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 346725f0..d2a62dc2 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-85c756d8 + name: sales-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: sales-migration-85c756d8 + app.kubernetes.io/name: sales-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: sales-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/sales:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/sales:c56c558618eb230004b56b980377d361480946ea 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 a5440709..1202aa0c 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/sales:c56c558618eb230004b56b980377d361480946ea 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 5e6c573b..2b6c4da4 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-85c756d8 + name: suppliers-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: suppliers-migration-85c756d8 + app.kubernetes.io/name: suppliers-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: suppliers-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/suppliers:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/suppliers:c56c558618eb230004b56b980377d361480946ea 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 b50e863f..96748181 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/suppliers:c56c558618eb230004b56b980377d361480946ea 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 c8fd3b5f..8944c72b 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-85c756d8 + name: tenant-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: tenant-migration-85c756d8 + app.kubernetes.io/name: tenant-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: tenant-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/tenant:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/tenant:c56c558618eb230004b56b980377d361480946ea 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 c2fb1e8d..7f8adf2a 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/tenant:c56c558618eb230004b56b980377d361480946ea 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 3a7e498c..cf592353 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-85c756d8 + name: training-migration-c56c5586 namespace: bakery-ia labels: - app.kubernetes.io/name: training-migration-85c756d8 + app.kubernetes.io/name: training-migration-c56c5586 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-85c756d8 + app.kubernetes.io/name: training-migration-c56c5586 app.kubernetes.io/component: migration spec: initContainers: @@ -29,7 +29,7 @@ spec: cpu: "100m" containers: - name: migrate - image: registry.bakewise.ai/bakery-admin/training:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/training:c56c558618eb230004b56b980377d361480946ea 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 f21f7256..02c072e2 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:85c756d89ace9ce577665ae2eeb48cc7ef6e204f + image: registry.bakewise.ai/bakery-admin/training:c56c558618eb230004b56b980377d361480946ea ports: - containerPort: 8000 name: http