diff --git a/uptimekuma/templates/ingress.yaml b/uptimekuma/templates/ingress.yaml index b980a0f..f580e55 100644 --- a/uptimekuma/templates/ingress.yaml +++ b/uptimekuma/templates/ingress.yaml @@ -56,9 +56,12 @@ spec: - websecure routes: - match: Host(`kuma.durp.info`) && PathPrefix(`/`) + middlewares: + - name: authentik-proxy-provider + namespace: traefik kind: Rule services: - - name: kuma + - name: service port: 3001 tls: secretName: kuma-tls