Add chart for VESPA Mgr
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / e2mgr / values.yaml
index a0bb1af..ed90d34 100644 (file)
@@ -39,24 +39,17 @@ repositoryCred: docker-reg-cred
 e2mgr:
   image:
     name: e2mgr
-    tag: 1.0.0 
-  
+    tag: 1.6.0 
+
+  privilegedmode: false
   
   replicaCount: 1
   
   env:
-    RMR_RTG_SVC: "ric-full-rtmgr"
-  
-  service:
-    type: ClusterIP
-    http:
-      port: 3800
-      target_port: 3800
-      protocol: "TCP"
-      name: "http"
-      extport: 30004
-    nano:
-      port: 3801
-      target_port: 3801
-      protocol: "TCP"
-      name: "nano"
+    RIC_ID: "bbbccc-abcd0e/20"
+
+
+  # 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.