From 5bebb21811287b755309d01b6001f36afcebf394 Mon Sep 17 00:00:00 2001 From: Nico Poegel <nico_benjamin.poegel@student.reutlingen-university.de> Date: Mon, 13 Feb 2023 17:21:49 +0100 Subject: [PATCH] fix: fixed typo in myaktion-ingress-route --- helm-msa/templates/ingress-route/myaktion-ingress-route.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml index 156e5cb..a5352d2 100644 --- a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml +++ b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml @@ -4,14 +4,14 @@ metadata: annotations: kubernetes.io/ingress.class: traefik creationTimestamp: null - name: client-test-ingress-route + name: myaktion-ingress-route namespace: default spec: routes: - kind: Rule match: pathPrefix(`/campaigns`) services: - - kind Service + - kind: Service name: myaktion-service namespace: default port: 8080 \ No newline at end of file -- GitLab