2021-12-02 00:56:28 +07:00
|
|
|
authentik:
|
|
|
|
authentik:
|
2021-12-26 12:36:14 +07:00
|
|
|
secret_key: dontjudgemethisisjustfortesting # TODO
|
2021-12-02 00:56:28 +07:00
|
|
|
postgresql:
|
2021-12-26 12:36:14 +07:00
|
|
|
password: &postgresql_password IKnowThisIsNotASecurePasswordJust4Testing # TODO
|
2021-12-02 00:56:28 +07:00
|
|
|
|
|
|
|
ingress:
|
|
|
|
enabled: true
|
2021-12-02 01:03:55 +07:00
|
|
|
ingressClassName: nginx
|
|
|
|
annotations:
|
2021-12-26 12:36:14 +07:00
|
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
2021-12-02 00:56:28 +07:00
|
|
|
hosts:
|
2021-12-26 12:36:14 +07:00
|
|
|
- host: &host authentik.khuedoan.com
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
2021-12-02 00:56:28 +07:00
|
|
|
tls:
|
2021-12-26 12:36:14 +07:00
|
|
|
- secretName: authentik-tls-certificate
|
|
|
|
hosts:
|
|
|
|
- *host
|
2021-12-02 00:56:28 +07:00
|
|
|
|
|
|
|
postgresql:
|
|
|
|
enabled: true
|
|
|
|
postgresqlPassword: *postgresql_password
|
2021-12-02 01:03:55 +07:00
|
|
|
persistence:
|
|
|
|
enabled: true
|
|
|
|
storageClass: longhorn
|
2021-12-25 18:50:56 +07:00
|
|
|
redis:
|
|
|
|
enabled: true
|
2021-12-25 22:05:46 +07:00
|
|
|
master:
|
|
|
|
persistence:
|
|
|
|
enabled: true
|
|
|
|
storageClass: longhorn
|
2021-12-25 22:30:32 +07:00
|
|
|
size: 1Gi
|