diff --git a/glance-system/glance.yaml b/glance-system/glance.yaml index c1b7bf6..aa68946 100644 --- a/glance-system/glance.yaml +++ b/glance-system/glance.yaml @@ -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