From 1c64fca00944875aba9abc48b60e5ef94ed87480 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Tue, 28 Sep 2021 23:59:25 +0700 Subject: [PATCH] refactor(platform)!: remove Authelia --- platform/authelia/Chart.yaml | 7 ------- platform/authelia/values.yaml | 26 -------------------------- 2 files changed, 33 deletions(-) delete mode 100644 platform/authelia/Chart.yaml delete mode 100644 platform/authelia/values.yaml diff --git a/platform/authelia/Chart.yaml b/platform/authelia/Chart.yaml deleted file mode 100644 index 6738d97d..00000000 --- a/platform/authelia/Chart.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v2 -name: authelia -version: 0.5.6 -dependencies: -- name: authelia - version: 0.5.6 - repository: https://charts.authelia.com diff --git a/platform/authelia/values.yaml b/platform/authelia/values.yaml deleted file mode 100644 index 4c28ac25..00000000 --- a/platform/authelia/values.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# TODO use redis and postgres when available -authelia: - pod: - kind: StatefulSet - configMap: - authentication_backend: - ldap: - enabled: false - file: - enabled: true - password: - algorithm: sha512 - iterations: 100000 - session: - redis: - enabled: false - storage: - local: - enabled: true - postgres: - enabled: false - notifier: - filesystem: - enabled: true - smtp: - enabled: false