2021-12-02 00:56:28 +07:00
|
|
|
authentik:
|
|
|
|
authentik:
|
|
|
|
secret_key: "dontjudgemethisisjustfortesting" # TODO
|
|
|
|
postgresql:
|
|
|
|
password: &postgresql_password "IKnowThisIsNotASecurePasswordJust4Testing" # TODO
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
enabled: true
|
2021-12-02 01:03:55 +07:00
|
|
|
ingressClassName: nginx
|
|
|
|
annotations:
|
2021-12-05 17:43:32 +07:00
|
|
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
2021-12-02 00:56:28 +07:00
|
|
|
hosts:
|
|
|
|
- host: &host authentik.khuedoan.com
|
|
|
|
paths:
|
|
|
|
- path: "/"
|
|
|
|
pathType: Prefix
|
|
|
|
tls:
|
|
|
|
- secretName: authentik-tls-certificate
|
|
|
|
hosts:
|
|
|
|
- *host
|
|
|
|
|
|
|
|
postgresql:
|
|
|
|
enabled: true
|
|
|
|
postgresqlPassword: *postgresql_password
|
2021-12-02 01:03:55 +07:00
|
|
|
persistence:
|
|
|
|
enabled: true
|
|
|
|
storageClass: longhorn
|