From 25cb8444612626035eb4ac2341fa4cb9d6eabda1 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 22 Aug 2025 23:37:49 +1000 Subject: [PATCH] very good building and development company --- applications/stuff/authentik.yaml | 37 +++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/applications/stuff/authentik.yaml b/applications/stuff/authentik.yaml index 9883805..c7faf3d 100644 --- a/applications/stuff/authentik.yaml +++ b/applications/stuff/authentik.yaml @@ -25,18 +25,7 @@ spec: server: ingress: - enabled: true - annotations: - external-dns.alpha.kubernetes.io/hostname: auth.hxme.net - hosts: - - host: "auth.hxme.net" - paths: - - path: / - pathType: Prefix - tls: - - hosts: - - auth.hxme.net - secretName: wildcard-hxme-net + enabled: false destination: server: https://kubernetes.default.svc namespace: home-server @@ -46,3 +35,27 @@ spec: prune: true syncOptions: - CreateNamespace=true +--- +apiVersion: networking.k8s.io/v1 +kind: Ingress +metadata: + name: authentik-server + namespace: home-server + annotations: + external-dns.alpha.kubernetes.io/hostname: auth.hxme.net +spec: + tls: + - hosts: + - auth.hxme.net + secretName: wildcard-hxme-net + rules: + - host: auth.hxme.net + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: authentik-server + port: + number: 9000