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

This reverts commit 9a442ff752.
This commit is contained in:
Tyler Perkins 2024-04-03 21:03:22 -04:00
parent 9a442ff752
commit cd5e264c30
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
1 changed files with 3 additions and 4 deletions

View File

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