From f57a938d69cf7f4889f064276dc7ea851c9049db Mon Sep 17 00:00:00 2001 From: j Date: Thu, 3 Jul 2025 16:56:24 +1000 Subject: [PATCH] Specify hostname --- deployments/auth/authentik.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deployments/auth/authentik.yaml b/deployments/auth/authentik.yaml index d7c8e6e..f143fa5 100644 --- a/deployments/auth/authentik.yaml +++ b/deployments/auth/authentik.yaml @@ -36,3 +36,7 @@ spec: valuesFrom: - kind: Secret name: authentik-values + values: + ingress: + annotations: + external-dns.alpha.kubernetes.io/hostname: auth.hxme.net