mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-09 20:30:04 +07:00
Fix incorrect authelia values
This commit is contained in:
parent
5765d864d2
commit
084a96abca
@ -3,7 +3,7 @@ authelia:
|
||||
pod:
|
||||
kind: StatefulSet
|
||||
configMap:
|
||||
server:
|
||||
authentication_backend:
|
||||
ldap:
|
||||
enabled: false
|
||||
file:
|
||||
@ -11,12 +11,15 @@ authelia:
|
||||
password:
|
||||
algorithm: sha512
|
||||
iterations: 100000
|
||||
session:
|
||||
redis:
|
||||
enabled: false
|
||||
storage:
|
||||
local:
|
||||
enabled: true
|
||||
postgres:
|
||||
enabled: false
|
||||
notifier:
|
||||
filesystem:
|
||||
enabled: true
|
||||
smtp:
|
||||
|
Loading…
Reference in New Issue
Block a user