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