From b8358572cf348d01b22eea0c4e858f26ccf053b5 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 18 Nov 2024 03:05:16 +0100 Subject: [PATCH] Use postgres for authelia --- apps/authelia/release.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/apps/authelia/release.yaml b/apps/authelia/release.yaml index bcc80f9..d531d8b 100644 --- a/apps/authelia/release.yaml +++ b/apps/authelia/release.yaml @@ -22,6 +22,12 @@ spec: enabled: true entryPoints: - websecure + + secret: + additionalSecrets: + authelia-db-cluster-app: + key: authelia-db-cluster-app + configMap: authentication_backend: ldap: @@ -46,10 +52,15 @@ spec: - subdomain: login domain: huizinga.dev - # Just for testing storage: - local: + postgres: enabled: true + address: tcp://authelia-db-cluster-rw.authelia:5432 + database: app + username: app + password: + secret_name: authelia-db-cluster-app + path: password notifier: filesystem: enabled: true