chore: update k8s yaml

This commit is contained in:
Paul Pan 2023-12-23 15:38:16 +08:00
parent 1a5b8270ef
commit c07d32b914
Signed by: Paul
GPG Key ID: D639BDF5BA578AF4
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ spec:
spec: spec:
containers: containers:
- name: runner - name: runner
image: git.0x7f.app/woj/woj-runner:1.1.0 image: git.0x7f.app/woj/woj-runner:1.2.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- runner - runner

View File

@ -20,10 +20,10 @@ spec:
spec: spec:
initContainers: initContainers:
- name: init-server - name: init-server
image: git.0x7f.app/woj/woj-server:1.1.0 image: git.0x7f.app/woj/woj-server:1.2.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- init - migrate
env: env:
- name: DATABASE_HOST - name: DATABASE_HOST
value: "db-service.woj.svc.cluster.local" value: "db-service.woj.svc.cluster.local"
@ -44,7 +44,7 @@ spec:
key: POSTGRES_DB key: POSTGRES_DB
containers: containers:
- name: server - name: server
image: git.0x7f.app/woj/woj-server:1.1.0 image: git.0x7f.app/woj/woj-server:1.2.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- server - server