add pg-17

This commit is contained in:
2024-12-22 18:23:59 -06:00
parent bb2fed0d1b
commit bf7f5e8240
3 changed files with 68 additions and 1 deletions

View File

@@ -337,3 +337,33 @@ postgres-16-cluster:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/matrix-synapse/matrix-synapse-postgresql-16-cluster
endpointCredentials: matrix-synapse-postgresql-16-cluster-backup-secret
backupIndex: 1
postgres-17-cluster:
mode: replica
cluster:
image:
repository: ghcr.io/cloudnative-pg/postgresql
tag: "17.2-22"
walStorage:
storageClass: local-path
storage:
storageClass: local-path
monitoring:
enabled: true
replica:
importType: microservice
importDatabases:
- app
externalCluster:
connectionParameters:
host: matrix-synapse-postgresql-16-cluster-rw
user: app
dbname: app
password:
name: matrix-synapse-postgresql-16-cluster-app
key: password
backup:
enabled: false
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
backupIndex: 1