Enabled redis/dragonflydb for authelia

This commit is contained in:
Dreaded_X 2024-11-19 01:08:15 +01:00
parent ab57b14401
commit 6b207c6167
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -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