Update images for services: notification [skip ci]
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: Job
|
kind: Job
|
||||||
metadata:
|
metadata:
|
||||||
name: notification-migration-df4513f7
|
name: notification-migration-4cd9a3ba
|
||||||
namespace: bakery-ia
|
namespace: bakery-ia
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: notification-migration-df4513f7
|
app.kubernetes.io/name: notification-migration-4cd9a3ba
|
||||||
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-df4513f7
|
app.kubernetes.io/name: notification-migration-4cd9a3ba
|
||||||
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:df4513f75c5457e0ae5940e589f2a09466c16413
|
image: registry.bakewise.ai/bakery-admin/notification:4cd9a3ba3f941978377affbb5b35652c56fbbc7a
|
||||||
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:df4513f75c5457e0ae5940e589f2a09466c16413
|
image: registry.bakewise.ai/bakery-admin/notification:4cd9a3ba3f941978377affbb5b35652c56fbbc7a
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
Reference in New Issue
Block a user