feat(platform): install Authentik

This commit is contained in:
Khue Doan 2021-12-02 00:56:28 +07:00
parent 0757451f38
commit ee136cb19f
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,7 @@
apiVersion: v2
name: authentik
version: 0.0.0
dependencies:
- name: authentik
version: 4.0.3
repository: https://charts.goauthentik.io

View File

@ -0,0 +1,23 @@
authentik:
authentik:
secret_key: "dontjudgemethisisjustfortesting" # TODO
postgresql:
password: &postgresql_password "IKnowThisIsNotASecurePasswordJust4Testing" # TODO
ingress:
enabled: true
hosts:
- host: &host authentik.khuedoan.com
paths:
- path: "/"
pathType: Prefix
tls:
- secretName: authentik-tls-certificate
hosts:
- *host
postgresql:
enabled: true
postgresqlPassword: *postgresql_password
redis:
enabled: true