matrix, zabbix: add volumeMode to postgres PVC templates

Same ArgoCD + SSA self-heal loop pattern as guacamole (20e4130):
K8s defaults volumeMode=Filesystem on volumeClaimTemplates at
creation, git omits it, argocd-controller owns the atomic list so
every reconcile sees drift, and volumeClaimTemplates is immutable
so it can never reconcile. Adding the field closes both loops.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andrew Stoltz
2026-04-17 14:48:43 -05:00
parent 20e4130c74
commit fff998dab5
2 changed files with 2 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ spec:
name: matrix-postgres-data
spec:
accessModes: [ReadWriteOnce]
volumeMode: Filesystem
resources:
requests:
storage: 5Gi