mount remove

This commit is contained in:
2026-02-10 13:53:17 +02:00
parent 1ba1127e70
commit f94d39f04c

View File

@@ -15,10 +15,6 @@ spec:
app: memelord
spec:
volumes:
- name: logs
emptyDir: {}
- name: admin
emptyDir: {}
- name: settings
configMap:
name: memelord-settings
@@ -32,10 +28,6 @@ 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