From 09ed455a3a3fb4167dd20a24697e2fcaea2f6b00 Mon Sep 17 00:00:00 2001 From: Ginyanote <nickpoegel@aol.com> Date: Tue, 28 Feb 2023 10:36:06 +0000 Subject: [PATCH] fixed wrong service name for myaktion-monitor in ingressroute --- helm-msa/templates/ingress-route/myaktion-ingress-route.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml index 86abb87..561e77c 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 -- GitLab