From 4e7d2dc19478cfffe7f60581884e6d69e3325d30 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 11 Dec 2025 16:08:36 -0600 Subject: [PATCH] switchover --- clusters/cl01tl/helm/authentik/values.yaml | 33 +++++++--------------- 1 file changed, 10 insertions(+), 23 deletions(-) diff --git a/clusters/cl01tl/helm/authentik/values.yaml b/clusters/cl01tl/helm/authentik/values.yaml index 356851c7a..ccbf7040d 100644 --- a/clusters/cl01tl/helm/authentik/values.yaml +++ b/clusters/cl01tl/helm/authentik/values.yaml @@ -9,22 +9,22 @@ authentik: - name: AUTHENTIK_POSTGRESQL__HOST valueFrom: secretKeyRef: - name: authentik-postgresql-17-cluster-app + name: authentik-postgresql-18-cluster-app key: host - name: AUTHENTIK_POSTGRESQL__NAME valueFrom: secretKeyRef: - name: authentik-postgresql-17-cluster-app + name: authentik-postgresql-18-cluster-app key: dbname - name: AUTHENTIK_POSTGRESQL__USER valueFrom: secretKeyRef: - name: authentik-postgresql-17-cluster-app + name: authentik-postgresql-18-cluster-app key: user - name: AUTHENTIK_POSTGRESQL__PASSWORD valueFrom: secretKeyRef: - name: authentik-postgresql-17-cluster-app + name: authentik-postgresql-18-cluster-app key: password authentik: redis: @@ -121,25 +121,12 @@ postgres-18-cluster: prometheusRule: enabled: true recovery: - method: import - # objectStore: - # destinationPath: s3://postgres-backups/cl01tl/authentik/authentik-postgresql-18-cluster - # endpointURL: http://garage-main.garage:3900 - # index: 1 - # endpointCredentials: authentik-postgresql-18-cluster-backup-secret-garage - import: - type: "microservice" - databases: - - app - source: - host: "authentik-postgresql-17-cluster-rw" - port: 5432 - username: app - database: app - sslMode: "disable" - passwordSecret: - name: "authentik-postgresql-17-cluster-app" - key: "password" + method: objectStore + objectStore: + destinationPath: s3://postgres-backups/cl01tl/authentik/authentik-postgresql-18-cluster + endpointURL: http://garage-main.garage:3900 + index: 1 + endpointCredentials: authentik-postgresql-18-cluster-backup-secret-garage backup: objectStore: - name: external