authentik: fix redis config

This commit is contained in:
2025-07-07 21:51:56 -04:00
parent e6fdac2408
commit c1ae4f0e5b

View File

@@ -1,4 +1,7 @@
authentik: authentik:
authentik:
redis:
host: authentik-kv.authentik.svc.cluster.local
server: server:
replicas: 3 replicas: 3
volumeMounts: volumeMounts:
@@ -29,8 +32,6 @@ authentik:
enabled: false enabled: false
global: global:
env: env:
- name: AUTHENTIK_REDIS__HOST
value: authentik-kv-headless.authentik.svc.cluster.local
- name: AUTHENTIK_SECRET_KEY - name: AUTHENTIK_SECRET_KEY
valueFrom: valueFrom:
secretKeyRef: secretKeyRef: