diff --git a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
index 86abb870d26c5feca7f4986b562ba64b8c1b989b..561e77c3b6fe4f53b3e905e5b688805b86a72feb 100644
--- a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
+++ b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
@@ -39,12 +39,12 @@ spec:
       port: 8080
 
   - kind: Rule
-    match: PathPrefix(`/view`)
+    match: Path(`/view`)
     middlewares:
     - name: fw-auth-mw
       namespace: default
     services:
     - kind: Service
-      name: myaktion-monitor
+      name: myaktion-monitor-service
       namespace: default
-      port: 8081
\ No newline at end of file
+      port: 8081