From ce1c34d3b3bbde91f794b6fe775eae75712466de Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 3 Mar 2025 10:56:57 -0600 Subject: [PATCH] migrate to standalone --- clusters/cl01tl/platform/authentik/values.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/clusters/cl01tl/platform/authentik/values.yaml b/clusters/cl01tl/platform/authentik/values.yaml index 0a93f1118..02d8003a6 100644 --- a/clusters/cl01tl/platform/authentik/values.yaml +++ b/clusters/cl01tl/platform/authentik/values.yaml @@ -56,7 +56,7 @@ authentik: cloudflared: existingSecretName: authentik-cloudflared-secret postgres-17-cluster: - mode: recovery + mode: standalone cluster: walStorage: storageClass: local-path @@ -64,12 +64,8 @@ postgres-17-cluster: storageClass: local-path monitoring: enabled: true - recovery: - endpointURL: https://nyc3.digitaloceanspaces.com - destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/authentik/authentik-postgresql-17-cluster - endpointCredentials: authentik-postgresql-17-cluster-backup-secret backup: - enabled: false + enabled: true endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/authentik/authentik-postgresql-17-cluster endpointCredentials: authentik-postgresql-17-cluster-backup-secret