fixed mounts

This commit is contained in:
2026-01-22 21:21:08 +01:00
parent c044193dc8
commit 3b0d9659d7
2 changed files with 1 additions and 13 deletions
-6
View File
@@ -2095,12 +2095,6 @@ spec:
readOnly: true readOnly: true
- name: assets - name: assets
mountPath: /app/assets mountPath: /app/assets
volumeMounts:
- name: config
mountPath: /config
readOnly: true
- name: assets
mountPath: /app/assets
containers: containers:
- name: glance - name: glance
image: glanceapp/glance:v0.8.4 image: glanceapp/glance:v0.8.4
+1 -7
View File
@@ -1229,12 +1229,6 @@ spec:
readOnly: true readOnly: true
- name: assets - name: assets
mountPath: /app/assets mountPath: /app/assets
volumeMounts:
- name: config
mountPath: /config
readOnly: true
- name: assets
mountPath: /app/assets
containers: containers:
- name: glance - name: glance
image: glanceapp/glance:v0.8.4 image: glanceapp/glance:v0.8.4
@@ -1274,7 +1268,7 @@ spec:
mountPath: /app/config/glance.yml mountPath: /app/config/glance.yml
subPath: glance.yml subPath: glance.yml
- name: config - name: config
mountPath: /app/config/assets/custom.css mountPath: /app/assets/custom.css
subPath: custom.css subPath: custom.css
- name: assets - name: assets
mountPath: /app/assets mountPath: /app/assets