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