From 2bc78b0e329a2eb5c5956889421532d93a8cb4a0 Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 8 Jul 2025 18:58:20 -0400 Subject: [PATCH] authentik: would help if i used actual redis URLs --- authentik/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/authentik/values.yaml b/authentik/values.yaml index 646b62f..0c1b990 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -63,13 +63,13 @@ authentik: name: authentik-db-auth key: password - name: AUTHENTIK_RESULT_BACKEND__URL - value: authentik-kv-headless.authentik.svc.cluster.local + value: redis+cluster://:@authentik-kv-headless.authentik.svc.cluster.local - name: AUTHENTIK_CACHE__URL - value: authentik-kv-headless.authentik.svc.cluster.local + value: redis+cluster://:@authentik-kv-headless.authentik.svc.cluster.local - name: AUTHENTIK_CHANNEL__URL - value: authentik-kv-headless.authentik.svc.cluster.local + value: redis+cluster://:@authentik-kv-headless.authentik.svc.cluster.local - name: AUTHENTIK_BROKER__URL - value: authentik-kv-headless.authentik.svc.cluster.local + value: redis+cluster://:@authentik-kv-headless.authentik.svc.cluster.local additionalObjects: - apiVersion: hyperspike.io/v1 kind: Valkey