From: PatrikBuhr Date: Wed, 12 May 2021 10:36:30 +0000 (+0200) Subject: NONRTRIC - ECS updates of the NBI X-Git-Tag: f-release~51 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=commitdiff_plain;h=c4ab1b8f0a3b8fddd6204a7823f0865391d5b61c 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 --- 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" . }}