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