From 0b184b1c2abb7a956fa3e40e9d8d551ce606cbe2 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 27 Dec 2025 19:41:03 +0100 Subject: [PATCH] authentik deployment strategy modified to recreate --- auth-system/authentik-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-system/authentik-values.yaml b/auth-system/authentik-values.yaml index a6d731a..5cd63da 100644 --- a/auth-system/authentik-values.yaml +++ b/auth-system/authentik-values.yaml @@ -88,7 +88,7 @@ server: # Ingress configuration ingress: enabled: true - ingressClassName: nginx + ingressClassName: nginx-internal annotations: cert-manager.io/cluster-issuer: "letsencrypt-prod" external-dns.alpha.kubernetes.io/hostname: "authentik.dooplex.hu"