updated image
This commit is contained in:
@@ -98,7 +98,7 @@ spec:
|
|||||||
mountPath: /etc/nginx/conf.d/default.conf
|
mountPath: /etc/nginx/conf.d/default.conf
|
||||||
subPath: nginx.conf
|
subPath: nginx.conf
|
||||||
- name: wger
|
- name: wger
|
||||||
image: wger/server:latest
|
image: ghcr.io/kisfenyo/wger-oidc:latest
|
||||||
env:
|
env:
|
||||||
# Django settings
|
# Django settings
|
||||||
- name: SECRET_KEY
|
- name: SECRET_KEY
|
||||||
@@ -259,7 +259,7 @@ spec:
|
|||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: celery-worker
|
- name: celery-worker
|
||||||
image: wger/server:latest
|
image: ghcr.io/kisfenyo/wger-oidc:latest
|
||||||
command: ["/start-worker"]
|
command: ["/start-worker"]
|
||||||
env:
|
env:
|
||||||
- name: SECRET_KEY
|
- name: SECRET_KEY
|
||||||
@@ -335,7 +335,7 @@ spec:
|
|||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: celery-beat
|
- name: celery-beat
|
||||||
image: wger/server:latest
|
image: ghcr.io/kisfenyo/wger-oidc:latest
|
||||||
command: ["/start-beat"]
|
command: ["/start-beat"]
|
||||||
env:
|
env:
|
||||||
- name: SECRET_KEY
|
- name: SECRET_KEY
|
||||||
|
|||||||
Reference in New Issue
Block a user