fixed deployment for config
This commit is contained in:
parent
f8178de93f
commit
d3de7f1b8a
@ -36,7 +36,7 @@ spec:
|
|||||||
chmod -R 644 /app/config/*.css
|
chmod -R 644 /app/config/*.css
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config-source
|
- mountPath: /config-source
|
||||||
name: homepage-config
|
name: homepage
|
||||||
- mountPath: /app/config
|
- mountPath: /app/config
|
||||||
name: config-writable
|
name: config-writable
|
||||||
containers:
|
containers:
|
||||||
@ -54,7 +54,7 @@ spec:
|
|||||||
- mountPath: /app/config
|
- mountPath: /app/config
|
||||||
name: config-writable
|
name: config-writable
|
||||||
volumes:
|
volumes:
|
||||||
- name: homepage-config
|
- name: homepage
|
||||||
configMap:
|
configMap:
|
||||||
name: homepage
|
name: homepage
|
||||||
- name: logs
|
- name: logs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user