From ff166640cf5827955d46ba80773ad98b59d169c4 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Fri, 3 Sep 2021 14:08:56 +0700 Subject: [PATCH] Remove authelia redis and postgres --- platform/authelia/Chart.yaml | 7 ------- platform/authelia/values.yaml | 30 ++++++++++++++++++++++-------- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/platform/authelia/Chart.yaml b/platform/authelia/Chart.yaml index ab51d788..6738d97d 100644 --- a/platform/authelia/Chart.yaml +++ b/platform/authelia/Chart.yaml @@ -5,10 +5,3 @@ dependencies: - name: authelia version: 0.5.6 repository: https://charts.authelia.com -# TODO use bundled redis and postgresql when available -- name: redis - version: 15.3.0 - repository: https://charts.bitnami.com/bitnami -- name: postgresql - version: 10.9.4 - repository: https://charts.bitnami.com/bitnami diff --git a/platform/authelia/values.yaml b/platform/authelia/values.yaml index 72acedff..1c0cd33b 100644 --- a/platform/authelia/values.yaml +++ b/platform/authelia/values.yaml @@ -1,8 +1,22 @@ -gitea: - ingress: - enabled: true - hosts: - - host: git.khuedoan.com - paths: - - path: / - pathType: Prefix +# TODO use redis and postgres when available +authelia: + pod: + kind: StatefulSet + server: + ldap: + enabled: false + file: + enabled: true + password: + algorithm: sha512 + iterations: 100000 + redis: + enabled: false + local: + enabled: true + postgres: + enabled: false + filesystem: + enabled: true + smtp: + enabled: false