From 862236881c39e3b5d81ec2477c40895101786f5a Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Thu, 2 Dec 2021 01:03:55 +0700 Subject: [PATCH] feat(platform/authentik): update ingress and storage class --- platform/authentik/values.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/platform/authentik/values.yaml b/platform/authentik/values.yaml index ec416ffc..0c3dc86d 100644 --- a/platform/authentik/values.yaml +++ b/platform/authentik/values.yaml @@ -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