Update authentik to use own deticated redis
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler Perkins 2024-04-02 17:32:30 -04:00
parent 57b5b7ab09
commit 9a442ff752
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
1 changed files with 4 additions and 3 deletions

View File

@ -126,8 +126,9 @@ spec:
redis:
# -- set the redis hostname to talk to
# @default -- `{{ .Release.Name }}-redis-master`
host: "redis-master.redis-system.svc.cluster.local"
#password: ""
#host: "redis-master.redis-system.svc.cluster.local"
host: "{{ .Release.Name }}-redis-master"
password: ""
# -- List of config maps to mount blueprints from. Only keys in the
# configmap ending with ".yaml" wil be discovered and applied
@ -277,7 +278,7 @@ spec:
tag: 15.4.0-debian-11-r0
redis:
# -- enable the bundled bitnami redis chart
enabled: false
enabled: true
architecture: standalone
auth:
enabled: false