diff --git a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
index 1f3affa8367576b3ac67acab3817ec8b1c616867..86abb870d26c5feca7f4986b562ba64b8c1b989b 100644
--- a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
+++ b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
@@ -39,7 +39,10 @@ spec:
       port: 8080
 
   - kind: Rule
-    match: PathPrefix(`/monitor.html`)
+    match: PathPrefix(`/view`)
+    middlewares:
+    - name: fw-auth-mw
+      namespace: default
     services:
     - kind: Service
       name: myaktion-monitor