From b7f28978b19bdd386dff8a54ba74d375b8f0bbc6 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Thu, 30 May 2024 11:26:10 -0500 Subject: [PATCH] boot standalone --- clusters/cl01tl/platform/matrix-synapse/values.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/clusters/cl01tl/platform/matrix-synapse/values.yaml b/clusters/cl01tl/platform/matrix-synapse/values.yaml index 1b3bee974..12002961f 100644 --- a/clusters/cl01tl/platform/matrix-synapse/values.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/values.yaml @@ -168,27 +168,22 @@ redis: persistence: enabled: false postgres-16-cluster: - mode: recovery + mode: standalone cluster: walStorage: - storageClass: ceph-block + storageClass: local-path storage: - storageClass: ceph-block + storageClass: local-path monitoring: enabled: true prometheusRule: enabled: false - recovery: - endpointURL: https://s3.us-east-2.amazonaws.com - destinationPath: s3://cl01tl-postgresql-backups/matrix-synapse - endpointCredentials: matrix-synapse-postgresql-16-cluster-backup-secret - recoveryIndex: 1 backup: enabled: false endpointURL: https://s3.us-east-2.amazonaws.com destinationPath: s3://cl01tl-postgresql-backups/matrix-synapse endpointCredentials: matrix-synapse-postgresql-16-cluster-backup-secret - backupIndex: 2 + backupIndex: 1 retentionPolicy: 14d cloudflared-synapse: name: cloudflared-synapse