This commit is contained in:
j 2025-08-22 23:47:49 +10:00
parent 08b9330fc5
commit d76dd4de70

View file

@ -48,27 +48,3 @@ spec:
prune: true prune: true
syncOptions: syncOptions:
- CreateNamespace=true - 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