This commit is contained in:
itumi
2026-02-10 14:12:21 +02:00
parent becd0f68ad
commit 74a48281b6
2 changed files with 718 additions and 0 deletions

View File

@@ -117,3 +117,15 @@ spec:
value: "True"
- name: SECURE_COOKIES
value: "True"
# Use the patched app code (including patched settings.py)
volumeMounts:
- name: settings
mountPath: /opt/app/myproject/settings.py
subPath: settings.py
readOnly: true
volumes:
- name: settings
configMap:
name: settings