From 50c33107e6011ca6d5125076bfcce2b2ed8ad92a Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 29 Jul 2025 19:54:44 -0500 Subject: [PATCH] switch redis --- clusters/cl01tl/platform/authentik/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/platform/authentik/values.yaml b/clusters/cl01tl/platform/authentik/values.yaml index 6c3510510..f2daa5583 100644 --- a/clusters/cl01tl/platform/authentik/values.yaml +++ b/clusters/cl01tl/platform/authentik/values.yaml @@ -26,6 +26,9 @@ authentik: secretKeyRef: name: authentik-postgresql-17-cluster-app key: password + authentik: + redis: + host: redis-replication-authentik-master server: name: server replicas: 1 @@ -44,7 +47,7 @@ authentik: postgresql: enabled: false redis: - enabled: true + enabled: false cloudflared: existingSecretName: authentik-cloudflared-secret postgres-17-cluster: