From c1e556b50464e050fbd40eb523dd071b598305a8 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 16 Apr 2023 13:27:16 +0000 Subject: [PATCH] Update file ingress.yaml --- uptimekuma/templates/ingress.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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