This commit is contained in:
2026-02-10 14:02:49 +02:00
parent f94d39f04c
commit 595ca7fa47

View File

@@ -15,6 +15,10 @@ spec:
app: memelord
spec:
volumes:
- name: logs
emptyDir: {}
- name: admin
emptyDir: {}
- name: settings
configMap:
name: memelord-settings
@@ -28,6 +32,10 @@ spec:
runAsUser: 33
runAsGroup: 33
volumeMounts:
- name: logs
mountPath: /opt/app/logs
- name: admin
mountPath: /opt/app/myapp/static/admin
- name: settings
mountPath: /opt/app/myproject/settings.py
subPath: settings.py
@@ -852,3 +860,4 @@ data:
# OIDC should only be setup behind a TLS reverse proxy anyways
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")