diff --git a/authentik/templates/ingress.yaml b/authentik/templates/ingress.yaml index fc6a3e0..ac10303 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-service + - name: authentik-server port: 80 tls: secretName: authentik-tls