updated config path
This commit is contained in:
@@ -44,7 +44,7 @@ data:
|
|||||||
server:
|
server:
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: 8080
|
port: 8080
|
||||||
assets-path: /app/assets
|
assets-path: /app/config/assets
|
||||||
|
|
||||||
branding:
|
branding:
|
||||||
logo-url: https://web.dooplex.hu/static/dooplex_logo_orsi_3.png
|
logo-url: https://web.dooplex.hu/static/dooplex_logo_orsi_3.png
|
||||||
@@ -61,7 +61,7 @@ data:
|
|||||||
negative-color: 0 70 60
|
negative-color: 0 70 60
|
||||||
contrast-multiplier: 1.2
|
contrast-multiplier: 1.2
|
||||||
text-saturation-multiplier: 0.8
|
text-saturation-multiplier: 0.8
|
||||||
custom-css-file: /app/assets/custom.css
|
custom-css-file: /app/config/assets/custom.css
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
# ==================== HOME PAGE ====================
|
# ==================== HOME PAGE ====================
|
||||||
@@ -509,10 +509,10 @@ spec:
|
|||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /app/glance.yml
|
mountPath: /app/config/glance.yml
|
||||||
subPath: glance.yml
|
subPath: glance.yml
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /app/assets/custom.css
|
mountPath: /app/config/assets/custom.css
|
||||||
subPath: custom.css
|
subPath: custom.css
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
|
|||||||
Reference in New Issue
Block a user