From 7209119a5294dbf679c5d3a313b86b6c99db992b Mon Sep 17 00:00:00 2001
From: Nico Poegel <nico_benjamin.poegel@student.reutlingen-university.de>
Date: Tue, 21 Feb 2023 12:00:24 +0100
Subject: [PATCH] changed exposed route to /monitor.html

---
 helm-msa/templates/ingress-route/myaktion-ingress-route.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
index 0f80dd0..83f4b77 100644
--- a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
+++ b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
@@ -16,7 +16,7 @@ spec:
       namespace: default
       port: 8080
   - kind: Rule
-    match: PathPrefix(`/monitor`)
+    match: PathPrefix(`/monitor.html`)
     services:
     - kind: Service
       name: myaktion-monitor
-- 
GitLab