diff --git a/clusters/cl01tl/platform/authentik/values.yaml b/clusters/cl01tl/platform/authentik/values.yaml index 12d7b1aa1..9e86513b0 100644 --- a/clusters/cl01tl/platform/authentik/values.yaml +++ b/clusters/cl01tl/platform/authentik/values.yaml @@ -9,22 +9,22 @@ authentik: - name: AUTHENTIK_POSTGRESQL__HOST valueFrom: secretKeyRef: - name: authentik-postgresql-16-cluster-app + name: authentik-postgresql-17-cluster-app key: host - name: AUTHENTIK_POSTGRESQL__NAME valueFrom: secretKeyRef: - name: authentik-postgresql-16-cluster-app + name: authentik-postgresql-17-cluster-app key: dbname - name: AUTHENTIK_POSTGRESQL__USER valueFrom: secretKeyRef: - name: authentik-postgresql-16-cluster-app + name: authentik-postgresql-17-cluster-app key: user - name: AUTHENTIK_POSTGRESQL__PASSWORD valueFrom: secretKeyRef: - name: authentik-postgresql-16-cluster-app + name: authentik-postgresql-17-cluster-app key: password server: name: server @@ -82,7 +82,7 @@ postgres-16-cluster: endpointCredentials: authentik-postgresql-16-cluster-backup-secret backupIndex: 1 postgres-17-cluster: - mode: replica + mode: standalone cluster: image: repository: ghcr.io/cloudnative-pg/postgresql @@ -93,18 +93,6 @@ postgres-17-cluster: 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