add pg-17

This commit is contained in:
2024-12-22 16:55:40 -06:00
parent 7916d7cd1c
commit 6022e4a563
3 changed files with 64 additions and 0 deletions

View File

@@ -110,3 +110,31 @@ postgres-16-cluster:
endpointCredentials: jellystat-postgresql-16-cluster-backup-secret
backupIndex: 1
retentionPolicy: "7d"
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:
externalCluster:
connectionParameters:
host: jellystat-postgresql-16-cluster-rw
user: app
dbname: app
password:
name: jellystat-postgresql-16-cluster-app
key: password
backup:
enabled: false
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/jellystat/jellystat-postgresql-17-cluster
endpointCredentials: jellystat-postgresql-17-cluster-backup-secret
backupIndex: 1
retentionPolicy: "7d"