updated config path

This commit is contained in:
2026-01-10 17:20:55 +01:00
parent 6025894980
commit ecce7b385a
+4 -4
View File
@@ -44,7 +44,7 @@ data:
server:
host: 0.0.0.0
port: 8080
assets-path: /app/assets
assets-path: /app/config/assets
branding:
logo-url: https://web.dooplex.hu/static/dooplex_logo_orsi_3.png
@@ -61,7 +61,7 @@ data:
negative-color: 0 70 60
contrast-multiplier: 1.2
text-saturation-multiplier: 0.8
custom-css-file: /app/assets/custom.css
custom-css-file: /app/config/assets/custom.css
pages:
# ==================== HOME PAGE ====================
@@ -509,10 +509,10 @@ spec:
memory: 128Mi
volumeMounts:
- name: config
mountPath: /app/glance.yml
mountPath: /app/config/glance.yml
subPath: glance.yml
- name: config
mountPath: /app/assets/custom.css
mountPath: /app/config/assets/custom.css
subPath: custom.css
volumes:
- name: config