add pg-17 cluster

This commit is contained in:
2024-12-21 20:22:08 -06:00
parent 180634458d
commit 20e8251193
2 changed files with 34 additions and 0 deletions

View File

@@ -31,5 +31,9 @@ dependencies:
alias: postgres-16-cluster
version: 3.19.0
repository: http://alexlebens.github.io/helm-charts
- name: postgres-cluster
alias: postgres-17-cluster
version: 3.19.0
repository: http://alexlebens.github.io/helm-charts
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/authentik.png
appVersion: 2024.10.5

View File

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