Revert "Update authentik to use own deticated redis"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 9a442ff752
.
This commit is contained in:
parent
9a442ff752
commit
cd5e264c30
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user