feat(platform/authentik): update ingress and storage class

This commit is contained in:
Khue Doan 2021-12-02 01:03:55 +07:00
parent ee136cb19f
commit 862236881c

View File

@ -6,6 +6,9 @@ authentik:
ingress:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
hosts:
- host: &host authentik.khuedoan.com
paths:
@ -19,5 +22,11 @@ authentik:
postgresql:
enabled: true
postgresqlPassword: *postgresql_password
persistence:
enabled: true
storageClass: longhorn
redis:
enabled: true
persistence:
enabled: true
storageClass: longhorn