diff --git a/authentik/templates/ingress.yaml b/authentik/templates/ingress.yaml index 891ea4a..fc6a3e0 100644 --- a/authentik/templates/ingress.yaml +++ b/authentik/templates/ingress.yaml @@ -9,7 +9,7 @@ spec: - match: Host(`authentik.durp.info`) && PathPrefix(`/`) kind: Rule services: - - name: authentik + - name: authentik-service port: 80 tls: secretName: authentik-tls @@ -39,4 +39,4 @@ metadata: external-dns.alpha.kubernetes.io/hostname: authentik.durp.info spec: type: ExternalName - externalName: durp.info \ No newline at end of file + externalName: durp.info