diff --git a/clusters/cl01tl/platform/matrix-synapse/Chart.yaml b/clusters/cl01tl/platform/matrix-synapse/Chart.yaml index 1c748c4c5..5009a5c81 100644 --- a/clusters/cl01tl/platform/matrix-synapse/Chart.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/Chart.yaml @@ -63,7 +63,7 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts - name: postgres-cluster alias: postgres-17-cluster - version: 4.2.1 - repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm + version: 5.0.7 + repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/matrix.png appVersion: 1.129.0 diff --git a/clusters/cl01tl/platform/matrix-synapse/values.yaml b/clusters/cl01tl/platform/matrix-synapse/values.yaml index 60b88fe38..4fa018afa 100644 --- a/clusters/cl01tl/platform/matrix-synapse/values.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/values.yaml @@ -326,15 +326,24 @@ cloudflared-hookshot: postgres-17-cluster: mode: standalone cluster: - walStorage: - storageClass: local-path storage: storageClass: local-path + walStorage: + storageClass: local-path resources: requests: cpu: 200m monitoring: enabled: true + prometheusRule: + enabled: false + recovery: + method: objectStore + objectStore: + endpointURL: https://nyc3.digitaloceanspaces.com + destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/matrix-synapse/matrix-synapse-postgresql-17-cluster + endpointCredentials: matrix-synapse-postgresql-17-cluster-backup-secret + recoveryIndex: 1 backup: enabled: true endpointURL: https://nyc3.digitaloceanspaces.com