imagepullpolicy added

This commit is contained in:
2026-01-02 21:45:43 +01:00
parent 6b94b9277a
commit 734fe34058
+3
View File
@@ -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