diff --git a/apps/production/element-server-suite.yaml b/apps/production/element-server-suite.yaml index 937dea6..be286ee 100644 --- a/apps/production/element-server-suite.yaml +++ b/apps/production/element-server-suite.yaml @@ -4,7 +4,11 @@ metadata: name: matrix-stack namespace: matrix spec: - interval: 5m + # Shortened from 5m to match production-apps Kustomization's 1m interval - narrows the + # window between coturn (Kustomization-only, no Helm indirection) and synapse-main + # (behind this HelmRelease) picking up a rotated TURN secret after Issue #38's + # automated-rotation PR gets merged. Self-heals either way, just faster now. + interval: 1m chart: spec: chart: matrix-stack