switch to pg-17

This commit is contained in:
2024-12-21 20:25:19 -06:00
parent 20e8251193
commit d6b72bcca1

View File

@@ -9,22 +9,22 @@ authentik:
- name: AUTHENTIK_POSTGRESQL__HOST - name: AUTHENTIK_POSTGRESQL__HOST
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: authentik-postgresql-16-cluster-app name: authentik-postgresql-17-cluster-app
key: host key: host
- name: AUTHENTIK_POSTGRESQL__NAME - name: AUTHENTIK_POSTGRESQL__NAME
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: authentik-postgresql-16-cluster-app name: authentik-postgresql-17-cluster-app
key: dbname key: dbname
- name: AUTHENTIK_POSTGRESQL__USER - name: AUTHENTIK_POSTGRESQL__USER
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: authentik-postgresql-16-cluster-app name: authentik-postgresql-17-cluster-app
key: user key: user
- name: AUTHENTIK_POSTGRESQL__PASSWORD - name: AUTHENTIK_POSTGRESQL__PASSWORD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: authentik-postgresql-16-cluster-app name: authentik-postgresql-17-cluster-app
key: password key: password
server: server:
name: server name: server
@@ -82,7 +82,7 @@ postgres-16-cluster:
endpointCredentials: authentik-postgresql-16-cluster-backup-secret endpointCredentials: authentik-postgresql-16-cluster-backup-secret
backupIndex: 1 backupIndex: 1
postgres-17-cluster: postgres-17-cluster:
mode: replica mode: standalone
cluster: cluster:
image: image:
repository: ghcr.io/cloudnative-pg/postgresql repository: ghcr.io/cloudnative-pg/postgresql
@@ -93,18 +93,6 @@ postgres-17-cluster:
storageClass: local-path storageClass: local-path
monitoring: monitoring:
enabled: true 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: backup:
enabled: false enabled: false
endpointURL: https://nyc3.digitaloceanspaces.com endpointURL: https://nyc3.digitaloceanspaces.com