mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 01:36:10 +07:00
24 lines
508 B
YAML
24 lines
508 B
YAML
|
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
|