fixed deployment for config

This commit is contained in:
Alexis Bruneteau 2025-09-04 18:09:33 +02:00
parent f8178de93f
commit d3de7f1b8a

View File

@ -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