From: wahidw Date: Tue, 10 Mar 2020 09:05:25 +0000 (+0000) Subject: Added variable to start RTMGR without running the collector thread X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=ef43ee30acb8aa5e79b15694995cf64f176ce339;p=ric-plt%2Fric-dep.git Added variable to start RTMGR without running the collector thread Change-Id: I5ec292db7a0784767155b528335ddc525265614b Signed-off-by: wahidw --- diff --git a/helm/rtmgr/templates/config.yaml b/helm/rtmgr/templates/config.yaml index d4ee362..06e9e53 100644 --- a/helm/rtmgr/templates/config.yaml +++ b/helm/rtmgr/templates/config.yaml @@ -78,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'},