Merge "Fix routing to EI service"
authorJohn Keeney <john.keeney@est.tech>
Fri, 18 Jun 2021 15:24:48 +0000 (15:24 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Fri, 18 Jun 2021 15:24:48 +0000 (15:24 +0000)
nonrtric/helm/controlpanel/resources/nginx.conf
nonrtric/helm/nonrtricgateway/resources/config/application.yaml

index e7f807f..46f87d0 100644 (file)
@@ -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 / {
index 50533e7..124e23c 100644 (file)
@@ -33,7 +33,7 @@ spring:
       - id: A1-EI
         uri: https://enrichmentservice:9083
         predicates:
-        - Path=/ei-producer/**
+        - Path=/data-producer/**,/data-consumer/**
 management:
   endpoint:
     gateway: