NONRTRIC - ECS updates of the NBI 70/6070/1
authorPatrikBuhr <patrik.buhr@est.tech>
Wed, 12 May 2021 10:36:30 +0000 (12:36 +0200)
committerPatrikBuhr <patrik.buhr@est.tech>
Wed, 12 May 2021 10:36:30 +0000 (12:36 +0200)
Changed the ingress to reflect changes in the ECS NBI.

Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Issue-ID: NONRTRIC-512
Change-Id: Ib8db0bec0d73045a2cabb35815674c861744f4bd

nonrtric/helm/enrichmentservice/templates/ingress.yaml

index 5a1fb33..e679d16 100644 (file)
@@ -25,7 +25,7 @@ spec:
   rules:
     - http:
         paths:
-          - path: "/ei-producer"
+          - path: "/data-producer"
             backend:
               service:
                 name: {{ include "common.name.enrichmentservice" . }}