From e3c15c839bfa9c4854d06530499a86a745f21f56 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 10 Jul 2025 16:57:13 +1000 Subject: [PATCH] Update for deprecation warning --- templates/auth-authentik.yaml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/templates/auth-authentik.yaml b/templates/auth-authentik.yaml index 70fb400..097ccfb 100644 --- a/templates/auth-authentik.yaml +++ b/templates/auth-authentik.yaml @@ -32,10 +32,17 @@ spec: - kind: Secret name: authentik-values values: - ingress: - annotations: - external-dns.alpha.kubernetes.io/hostname: auth.hxme.net - tls: - - secretName: wildcard-hxme-net - hosts: - - auth.hxme.net + server: + ingress: + enabled: true + annotations: + external-dns.alpha.kubernetes.io/hostname: auth.hxme.net + hosts: + - host: auth.hxme.net + paths: + - path: / + pathType: Prefix + tls: + - secretName: wildcard-hxme-net + hosts: + - auth.hxme.net