From: John Keeney Date: Fri, 18 Jun 2021 15:24:48 +0000 (+0000) Subject: Merge "Fix routing to EI service" X-Git-Tag: f-release~41 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=46f7ba1892ac506611fb76d610e2752a0a923620;hp=b692f2151e75f6c444e5cce5d9265591402cd37c;p=it%2Fdep.git Merge "Fix routing to EI service" --- diff --git a/nonrtric/helm/controlpanel/resources/nginx.conf b/nonrtric/helm/controlpanel/resources/nginx.conf index e7f807f3..46f87d09 100644 --- a/nonrtric/helm/controlpanel/resources/nginx.conf +++ b/nonrtric/helm/controlpanel/resources/nginx.conf @@ -15,7 +15,10 @@ http { location /a1-policy/ { proxy_pass http://backend; } - location /ei-producer/ { + location /data-producer/ { + proxy_pass http://backend; + } + location /data-consumer/ { proxy_pass http://backend; } location / { diff --git a/nonrtric/helm/nonrtricgateway/resources/config/application.yaml b/nonrtric/helm/nonrtricgateway/resources/config/application.yaml index 50533e70..124e23c3 100644 --- a/nonrtric/helm/nonrtricgateway/resources/config/application.yaml +++ b/nonrtric/helm/nonrtricgateway/resources/config/application.yaml @@ -33,7 +33,7 @@ spring: - id: A1-EI uri: https://enrichmentservice:9083 predicates: - - Path=/ei-producer/** + - Path=/data-producer/**,/data-consumer/** management: endpoint: gateway: