mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-06-20 18:40:47 +00:00
wger fix entrypoint script with env flag
This commit is contained in:
@@ -30,6 +30,9 @@ spec:
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 8Gi
|
||||
environment:
|
||||
- name: DJANGO_CLEAR_STATIC_FIRST
|
||||
value: "False"
|
||||
ingress:
|
||||
enabled: true
|
||||
url: wger.michaelthomson.dev
|
||||
@@ -44,3 +47,7 @@ spec:
|
||||
requestedSize: 8Gi
|
||||
redis:
|
||||
enabled: true
|
||||
celery:
|
||||
enabled: true
|
||||
flower:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user