add pg-17

This commit is contained in:
2024-12-22 23:13:52 -06:00
parent c0fcc77b4c
commit efd2420a2b
3 changed files with 67 additions and 1 deletions

View File

@@ -200,3 +200,33 @@ postgres-16-cluster:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/outline/outline-postgresql-16-cluster
endpointCredentials: outline-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: outline-postgresql-16-cluster-rw
user: app
dbname: app
password:
name: outline-postgresql-16-cluster-app
key: password
backup:
enabled: false
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/outline/outline-postgresql-17-cluster
endpointCredentials: outline-postgresql-17-cluster-backup-secret
backupIndex: 1