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 diff --git a/platform/authentik/Chart.yaml b/platform/authentik/Chart.yaml new file mode 100644 index 00000000..28a96a06 --- /dev/null +++ b/platform/authentik/Chart.yaml @@ -0,0 +1,7 @@ +apiVersion: v2 +name: authentik +version: 2.2.0 +dependencies: +- name: authentik + version: 2.2.0 + repository: https://charts.goauthentik.io diff --git a/platform/authentik/values.yaml b/platform/authentik/values.yaml new file mode 100644 index 00000000..64fb1f5a --- /dev/null +++ b/platform/authentik/values.yaml @@ -0,0 +1,21 @@ +authentik: + authentik: + secret_key: "PleaseGenerateA50CharLul" + error_reporting: + enabled: false + postgresql: + password: "yesiknowthisisnotsecurejustfortesting" + + ingress: + enabled: true + hosts: + - host: authentik.khuedoan.com + paths: + - path: "/" + pathType: Prefix + + postgresql: + enabled: true + postgresqlPassword: "yesiknowthisisnotsecurejustfortesting" + redis: + enabled: true