mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
34 lines
754 B
YAML
34 lines
754 B
YAML
authentik:
|
|
authentik:
|
|
secret_key: "dontjudgemethisisjustfortesting" # TODO
|
|
postgresql:
|
|
password: &postgresql_password "IKnowThisIsNotASecurePasswordJust4Testing" # TODO
|
|
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: nginx
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
|
hosts:
|
|
- host: &host authentik.khuedoan.com
|
|
paths:
|
|
- path: "/"
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: authentik-tls-certificate
|
|
hosts:
|
|
- *host
|
|
|
|
postgresql:
|
|
enabled: true
|
|
postgresqlPassword: *postgresql_password
|
|
persistence:
|
|
enabled: true
|
|
storageClass: longhorn
|
|
redis:
|
|
enabled: true
|
|
global:
|
|
storageClass: longhorn
|
|
persistence:
|
|
enabled: true
|