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 commit is contained in:
parent
57b5b7ab09
commit
9a442ff752
@ -126,8 +126,9 @@ 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"
|
||||||
#password: ""
|
host: "{{ .Release.Name }}-redis-master"
|
||||||
|
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
|
||||||
@ -277,7 +278,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: false
|
enabled: true
|
||||||
architecture: standalone
|
architecture: standalone
|
||||||
auth:
|
auth:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user