mount remove
This commit is contained in:
@@ -15,10 +15,6 @@ spec:
|
|||||||
app: memelord
|
app: memelord
|
||||||
spec:
|
spec:
|
||||||
volumes:
|
volumes:
|
||||||
- name: logs
|
|
||||||
emptyDir: {}
|
|
||||||
- name: admin
|
|
||||||
emptyDir: {}
|
|
||||||
- name: settings
|
- name: settings
|
||||||
configMap:
|
configMap:
|
||||||
name: memelord-settings
|
name: memelord-settings
|
||||||
@@ -32,10 +28,6 @@ spec:
|
|||||||
runAsUser: 33
|
runAsUser: 33
|
||||||
runAsGroup: 33
|
runAsGroup: 33
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: logs
|
|
||||||
mountPath: /opt/app/logs
|
|
||||||
- name: admin
|
|
||||||
mountPath: /opt/app/myapp/static/admin
|
|
||||||
- name: settings
|
- name: settings
|
||||||
mountPath: /opt/app/myproject/settings.py
|
mountPath: /opt/app/myproject/settings.py
|
||||||
subPath: settings.py
|
subPath: settings.py
|
||||||
|
|||||||
Reference in New Issue
Block a user