Update images for services: notification,production,suppliers,gateway,frontend [skip ci]
This commit is contained in:
@@ -21,7 +21,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: gateway
|
- name: gateway
|
||||||
image: registry.bakewise.ai/bakery-admin/gateway:c8dc021e138c3ff834a50326a775ed4079f06c0c
|
image: registry.bakewise.ai/bakery-admin/gateway:6c6a9fc58cb98ad24729af84d87f25c7b50874c9
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: frontend
|
- name: frontend
|
||||||
image: registry.bakewise.ai/bakery-admin/frontend:fbbe3e711ffea0ab373bea6e55a1911bdb672ffe
|
image: registry.bakewise.ai/bakery-admin/frontend:6c6a9fc58cb98ad24729af84d87f25c7b50874c9
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: Job
|
kind: Job
|
||||||
metadata:
|
metadata:
|
||||||
name: notification-migration-c8dc021e
|
name: notification-migration-6c6a9fc5
|
||||||
namespace: bakery-ia
|
namespace: bakery-ia
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: notification-migration-c8dc021e
|
app.kubernetes.io/name: notification-migration-6c6a9fc5
|
||||||
app.kubernetes.io/component: migration
|
app.kubernetes.io/component: migration
|
||||||
app.kubernetes.io/part-of: bakery-ia
|
app.kubernetes.io/part-of: bakery-ia
|
||||||
spec:
|
spec:
|
||||||
@@ -13,7 +13,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: notification-migration-c8dc021e
|
app.kubernetes.io/name: notification-migration-6c6a9fc5
|
||||||
app.kubernetes.io/component: migration
|
app.kubernetes.io/component: migration
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
@@ -29,7 +29,7 @@ spec:
|
|||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
containers:
|
containers:
|
||||||
- name: migrate
|
- name: migrate
|
||||||
image: registry.bakewise.ai/bakery-admin/notification:c8dc021e138c3ff834a50326a775ed4079f06c0c
|
image: registry.bakewise.ai/bakery-admin/notification:6c6a9fc58cb98ad24729af84d87f25c7b50874c9
|
||||||
command: ["python", "/app/shared/scripts/run_migrations.py", "notification"]
|
command: ["python", "/app/shared/scripts/run_migrations.py", "notification"]
|
||||||
env:
|
env:
|
||||||
- name: NOTIFICATION_DATABASE_URL
|
- name: NOTIFICATION_DATABASE_URL
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ spec:
|
|||||||
key: NOTIFICATION_DB_USER
|
key: NOTIFICATION_DB_USER
|
||||||
containers:
|
containers:
|
||||||
- name: notification-service
|
- name: notification-service
|
||||||
image: registry.bakewise.ai/bakery-admin/notification:c8dc021e138c3ff834a50326a775ed4079f06c0c
|
image: registry.bakewise.ai/bakery-admin/notification:6c6a9fc58cb98ad24729af84d87f25c7b50874c9
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: Job
|
kind: Job
|
||||||
metadata:
|
metadata:
|
||||||
name: production-migration-c8dc021e
|
name: production-migration-6c6a9fc5
|
||||||
namespace: bakery-ia
|
namespace: bakery-ia
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: production-migration-c8dc021e
|
app.kubernetes.io/name: production-migration-6c6a9fc5
|
||||||
app.kubernetes.io/component: migration
|
app.kubernetes.io/component: migration
|
||||||
app.kubernetes.io/part-of: bakery-ia
|
app.kubernetes.io/part-of: bakery-ia
|
||||||
spec:
|
spec:
|
||||||
@@ -13,7 +13,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: production-migration-c8dc021e
|
app.kubernetes.io/name: production-migration-6c6a9fc5
|
||||||
app.kubernetes.io/component: migration
|
app.kubernetes.io/component: migration
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
@@ -29,7 +29,7 @@ spec:
|
|||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
containers:
|
containers:
|
||||||
- name: migrate
|
- name: migrate
|
||||||
image: registry.bakewise.ai/bakery-admin/production:c8dc021e138c3ff834a50326a775ed4079f06c0c
|
image: registry.bakewise.ai/bakery-admin/production:6c6a9fc58cb98ad24729af84d87f25c7b50874c9
|
||||||
command: ["python", "/app/shared/scripts/run_migrations.py", "production"]
|
command: ["python", "/app/shared/scripts/run_migrations.py", "production"]
|
||||||
env:
|
env:
|
||||||
- name: PRODUCTION_DATABASE_URL
|
- name: PRODUCTION_DATABASE_URL
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ spec:
|
|||||||
key: PRODUCTION_DB_USER
|
key: PRODUCTION_DB_USER
|
||||||
containers:
|
containers:
|
||||||
- name: production-service
|
- name: production-service
|
||||||
image: registry.bakewise.ai/bakery-admin/production:c8dc021e138c3ff834a50326a775ed4079f06c0c
|
image: registry.bakewise.ai/bakery-admin/production:6c6a9fc58cb98ad24729af84d87f25c7b50874c9
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: Job
|
kind: Job
|
||||||
metadata:
|
metadata:
|
||||||
name: suppliers-migration-c8dc021e
|
name: suppliers-migration-6c6a9fc5
|
||||||
namespace: bakery-ia
|
namespace: bakery-ia
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: suppliers-migration-c8dc021e
|
app.kubernetes.io/name: suppliers-migration-6c6a9fc5
|
||||||
app.kubernetes.io/component: migration
|
app.kubernetes.io/component: migration
|
||||||
app.kubernetes.io/part-of: bakery-ia
|
app.kubernetes.io/part-of: bakery-ia
|
||||||
spec:
|
spec:
|
||||||
@@ -13,7 +13,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: suppliers-migration-c8dc021e
|
app.kubernetes.io/name: suppliers-migration-6c6a9fc5
|
||||||
app.kubernetes.io/component: migration
|
app.kubernetes.io/component: migration
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
@@ -29,7 +29,7 @@ spec:
|
|||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
containers:
|
containers:
|
||||||
- name: migrate
|
- name: migrate
|
||||||
image: registry.bakewise.ai/bakery-admin/suppliers:c8dc021e138c3ff834a50326a775ed4079f06c0c
|
image: registry.bakewise.ai/bakery-admin/suppliers:6c6a9fc58cb98ad24729af84d87f25c7b50874c9
|
||||||
command: ["python", "/app/shared/scripts/run_migrations.py", "suppliers"]
|
command: ["python", "/app/shared/scripts/run_migrations.py", "suppliers"]
|
||||||
env:
|
env:
|
||||||
- name: SUPPLIERS_DATABASE_URL
|
- name: SUPPLIERS_DATABASE_URL
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ spec:
|
|||||||
key: SUPPLIERS_DB_USER
|
key: SUPPLIERS_DB_USER
|
||||||
containers:
|
containers:
|
||||||
- name: suppliers-service
|
- name: suppliers-service
|
||||||
image: registry.bakewise.ai/bakery-admin/suppliers:c8dc021e138c3ff834a50326a775ed4079f06c0c
|
image: registry.bakewise.ai/bakery-admin/suppliers:6c6a9fc58cb98ad24729af84d87f25c7b50874c9
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
Reference in New Issue
Block a user