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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user