From cd5e264c30151e60ec79f1c4bff8c483fcf246b7 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 3 Apr 2024 21:03:22 -0400 Subject: [PATCH] Revert "Update authentik to use own deticated redis" This reverts commit 9a442ff7523ed4870c91c41ae78c3f087fa93090. --- authentik/helmrelease-authentik.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/authentik/helmrelease-authentik.yaml b/authentik/helmrelease-authentik.yaml index 0f2ec9f..822fb2e 100644 --- a/authentik/helmrelease-authentik.yaml +++ b/authentik/helmrelease-authentik.yaml @@ -126,9 +126,8 @@ spec: redis: # -- set the redis hostname to talk to # @default -- `{{ .Release.Name }}-redis-master` - #host: "redis-master.redis-system.svc.cluster.local" - host: "{{ .Release.Name }}-redis-master" - password: "" + host: "redis-master.redis-system.svc.cluster.local" + #password: "" # -- List of config maps to mount blueprints from. Only keys in the # configmap ending with ".yaml" wil be discovered and applied @@ -278,7 +277,7 @@ spec: tag: 15.4.0-debian-11-r0 redis: # -- enable the bundled bitnami redis chart - enabled: true + enabled: false architecture: standalone auth: enabled: false