imagepullpolicy added
This commit is contained in:
@@ -99,6 +99,7 @@ spec:
|
||||
subPath: nginx.conf
|
||||
- name: wger
|
||||
image: ghcr.io/kisfenyo/wger-oidc:latest
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
# Django settings
|
||||
- name: SECRET_KEY
|
||||
@@ -260,6 +261,7 @@ spec:
|
||||
containers:
|
||||
- name: celery-worker
|
||||
image: ghcr.io/kisfenyo/wger-oidc:latest
|
||||
imagePullPolicy: Always
|
||||
command: ["/start-worker"]
|
||||
env:
|
||||
- name: SECRET_KEY
|
||||
@@ -336,6 +338,7 @@ spec:
|
||||
containers:
|
||||
- name: celery-beat
|
||||
image: ghcr.io/kisfenyo/wger-oidc:latest
|
||||
imagePullPolicy: Always
|
||||
command: ["/start-beat"]
|
||||
env:
|
||||
- name: SECRET_KEY
|
||||
|
||||
Reference in New Issue
Block a user