Merge "change the kong-infra ingress controller nodeport to 29080 to avoid going...
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / e2mgr / values.yaml
index 9a84755..f6ee2dd 100644 (file)
@@ -45,13 +45,10 @@ e2mgr:
   replicaCount: 1
   
   env:
-    RMR_RTG_SVC: "ric-full-rtmgr"
     RIC_ID: "bbbccc-abcd0e/20"
 
-  service:
-    http:
-      port: 3800
-      containerPort: 3800
-    rmr:
-      port: 3801
-      containerPort: 3801
+
+  # Service ports are now defined in 
+  # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file.
+  # If need to change a service port, make the code change necessary, then
+  # update the _ports.tpl file with the new port number.