diff --git a/dmz/internalproxy/templates/kuma.yaml b/dmz/internalproxy/templates/kuma.yaml index 3d30b82..0651763 100644 --- a/dmz/internalproxy/templates/kuma.yaml +++ b/dmz/internalproxy/templates/kuma.yaml @@ -8,6 +8,9 @@ spec: routes: - match: Host(`kuma.durp.info`) && PathPrefix(`/`) kind: Rule + middlewares: + - name: authentik-proxy-provider + namespace: traefik services: - name: master-cluster port: 443 diff --git a/master/uptimekuma/templates/ingress.yaml b/master/uptimekuma/templates/ingress.yaml index 3df2689..86b65c8 100644 --- a/master/uptimekuma/templates/ingress.yaml +++ b/master/uptimekuma/templates/ingress.yaml @@ -7,9 +7,6 @@ spec: - websecure routes: - match: Host(`kuma.durp.info`) && PathPrefix(`/`) - middlewares: - - name: authentik-proxy-provider - namespace: traefik kind: Rule services: - name: service