mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-09 20:30:04 +07:00
feat(platform): install Authentik
This commit is contained in:
parent
0757451f38
commit
ee136cb19f
7
platform/authentik/Chart.yaml
Normal file
7
platform/authentik/Chart.yaml
Normal 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
|
23
platform/authentik/values.yaml
Normal file
23
platform/authentik/values.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user