Add xapp-onboarder, upgrade ric-common version.
[ric-plt/ric-dep.git] / helm / rtmgr / templates / config.yaml
index b1dcdfa..06e9e53 100644 (file)
@@ -52,6 +52,8 @@ data:
 
        "XMURL":
          "http://{{ include "common.servicename.appmgr.http" . }}:{{ include "common.serviceport.appmgr.http" . }}/ric/v1/xapps"
+       "E2MURL":
+         "http://{{ include "common.servicename.e2mgr.http" . }}:{{ include "common.serviceport.e2mgr.http" . }}/v1/e2t/list"
        "RTFILE":
          "/db/rt.json"
        "CFGFILE":
@@ -76,6 +78,7 @@ data:
          "protPort": "tcp:4560"
          "maxSize": 2072
          "numWorkers": 1
+         "threadType": 1
        "PlatformRoutes": [
          { 'messagetype': 'RIC_SUB_REQ', 'senderendpoint': 'SUBMAN', 'subscriptionid': -1, 'endpoint': '', 'meid': '%meid'},
          { 'messagetype': 'RIC_SUB_DEL_REQ', 'senderendpoint': 'SUBMAN', 'subscriptionid': -1,'endpoint': '', 'meid': '%meid'},