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