Enabled redis/dragonflydb for authelia
This commit is contained in:
parent
ab57b14401
commit
6b207c6167
|
@ -47,10 +47,14 @@ spec:
|
||||||
user: uid=authelia,ou=people,dc=huizinga,dc=dev
|
user: uid=authelia,ou=people,dc=huizinga,dc=dev
|
||||||
password:
|
password:
|
||||||
value: "JustATest"
|
value: "JustATest"
|
||||||
|
|
||||||
session:
|
session:
|
||||||
cookies:
|
cookies:
|
||||||
- subdomain: login${subdomain}
|
- subdomain: login${subdomain}
|
||||||
domain: ${topdomain}
|
domain: ${topdomain}
|
||||||
|
redis:
|
||||||
|
enabled: true
|
||||||
|
host: dragonflydb.authelia
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
postgres:
|
postgres:
|
||||||
|
@ -61,6 +65,7 @@ spec:
|
||||||
password:
|
password:
|
||||||
secret_name: authelia-db-cluster-app
|
secret_name: authelia-db-cluster-app
|
||||||
path: password
|
path: password
|
||||||
|
|
||||||
notifier:
|
notifier:
|
||||||
filesystem:
|
filesystem:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user