Use postgres for authelia
This commit is contained in:
parent
d8cfe79fa4
commit
b8358572cf
|
@ -22,6 +22,12 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
|
|
||||||
|
secret:
|
||||||
|
additionalSecrets:
|
||||||
|
authelia-db-cluster-app:
|
||||||
|
key: authelia-db-cluster-app
|
||||||
|
|
||||||
configMap:
|
configMap:
|
||||||
authentication_backend:
|
authentication_backend:
|
||||||
ldap:
|
ldap:
|
||||||
|
@ -46,10 +52,15 @@ spec:
|
||||||
- subdomain: login
|
- subdomain: login
|
||||||
domain: huizinga.dev
|
domain: huizinga.dev
|
||||||
|
|
||||||
# Just for testing
|
|
||||||
storage:
|
storage:
|
||||||
local:
|
postgres:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
address: tcp://authelia-db-cluster-rw.authelia:5432
|
||||||
|
database: app
|
||||||
|
username: app
|
||||||
|
password:
|
||||||
|
secret_name: authelia-db-cluster-app
|
||||||
|
path: password
|
||||||
notifier:
|
notifier:
|
||||||
filesystem:
|
filesystem:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user