Add new RMR routes for e2term and e2mgr
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / rtmgr / values.yaml
index 8300f8d..1b989b0 100644 (file)
@@ -34,16 +34,19 @@ repositoryCred: docker-reg-cred
 # Uncomment the following line to override the image pull policy
 #imagePullPolicyOverride: ""
 
-
-image:
-  name: rtmgr
-  tag: 0.0.2
-
-service:
-  type: ClusterIP
-  nano:
-    port: 5656
-    target_port: 4560
-    protocol: "TCP"
-    name: "nano-port"
-
+rtmgr:
+  image:
+    name: rtmgr
+    tag: 0.0.2
+  
+  rpe: rmrpush
+  sbi: nngpush
+  sbiurl: 0.0.0.0
+  nbi: httpRESTful
+  nbiurl: http://0.0.0.0:8888
+  loglevel: DEBUG
+
+  # 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.