switchover
All checks were successful
lint-test-helm / lint-helm (push) Successful in 18s
render-manifests-push / render-manifests-push (push) Successful in 24s
renovate / renovate (push) Successful in 1m27s

This commit is contained in:
2025-12-11 16:08:36 -06:00
parent b2868cc8f3
commit 4e7d2dc194

View File

@@ -9,22 +9,22 @@ authentik:
- name: AUTHENTIK_POSTGRESQL__HOST - name: AUTHENTIK_POSTGRESQL__HOST
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: authentik-postgresql-17-cluster-app name: authentik-postgresql-18-cluster-app
key: host key: host
- name: AUTHENTIK_POSTGRESQL__NAME - name: AUTHENTIK_POSTGRESQL__NAME
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: authentik-postgresql-17-cluster-app name: authentik-postgresql-18-cluster-app
key: dbname key: dbname
- name: AUTHENTIK_POSTGRESQL__USER - name: AUTHENTIK_POSTGRESQL__USER
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: authentik-postgresql-17-cluster-app name: authentik-postgresql-18-cluster-app
key: user key: user
- name: AUTHENTIK_POSTGRESQL__PASSWORD - name: AUTHENTIK_POSTGRESQL__PASSWORD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: authentik-postgresql-17-cluster-app name: authentik-postgresql-18-cluster-app
key: password key: password
authentik: authentik:
redis: redis:
@@ -121,25 +121,12 @@ postgres-18-cluster:
prometheusRule: prometheusRule:
enabled: true enabled: true
recovery: recovery:
method: import method: objectStore
# objectStore: objectStore:
# destinationPath: s3://postgres-backups/cl01tl/authentik/authentik-postgresql-18-cluster destinationPath: s3://postgres-backups/cl01tl/authentik/authentik-postgresql-18-cluster
# endpointURL: http://garage-main.garage:3900 endpointURL: http://garage-main.garage:3900
# index: 1 index: 1
# endpointCredentials: authentik-postgresql-18-cluster-backup-secret-garage 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"
backup: backup:
objectStore: objectStore:
- name: external - name: external