Merge "Add one-click deployment scripts for deploying INFRA PLT and AUX"
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / e2term / values.yaml
index 17d2c5c..a4d72fc 100644 (file)
@@ -36,16 +36,14 @@ repositoryCred: docker-reg-cred
 e2term:
   image:
     name: e2
-    tag: 1.0.0
+    tag: 1.6.0
   
   
   replicaCount: 1
-  
   env:
     print: "1"
-    RMR_RTG_SVC: "ric-full-rtmgr"
-  
-  service:
-    rmr:
-      port: 38000
-      containerPort: 38000
+  # 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.