From c4ab1b8f0a3b8fddd6204a7823f0865391d5b61c Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Wed, 12 May 2021 12:36:30 +0200 Subject: [PATCH] NONRTRIC - ECS updates of the NBI Changed the ingress to reflect changes in the ECS NBI. Signed-off-by: PatrikBuhr Issue-ID: NONRTRIC-512 Change-Id: Ib8db0bec0d73045a2cabb35815674c861744f4bd --- nonrtric/helm/enrichmentservice/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonrtric/helm/enrichmentservice/templates/ingress.yaml b/nonrtric/helm/enrichmentservice/templates/ingress.yaml index 5a1fb33e..e679d164 100644 --- a/nonrtric/helm/enrichmentservice/templates/ingress.yaml +++ b/nonrtric/helm/enrichmentservice/templates/ingress.yaml @@ -25,7 +25,7 @@ spec: rules: - http: paths: - - path: "/ei-producer" + - path: "/data-producer" backend: service: name: {{ include "common.name.enrichmentservice" . }} -- 2.16.6