From b9a2a72624254aeb2b3f575fee34aa4efde71573 Mon Sep 17 00:00:00 2001 From: Anssi Mannila Date: Wed, 17 Feb 2021 12:38:06 +0200 Subject: [PATCH] New submgr parameters in configmap.yaml Change-Id: Ie8166a7e0279a8f394c7b16697c44a74dde20240 Signed-off-by: Anssi Mannila --- helm/submgr/templates/configmap.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/helm/submgr/templates/configmap.yaml b/helm/submgr/templates/configmap.yaml index 92c3f8d..a92391c 100644 --- a/helm/submgr/templates/configmap.yaml +++ b/helm/submgr/templates/configmap.yaml @@ -33,6 +33,13 @@ data: "hostAddr": {{ include "common.servicename.rtmgr.http" . | quote }} "port" : {{ include "common.serviceport.rtmgr.http" . }} "baseUrl" : "/ric/v1" + "controls": + "e2tSubReqTimeout_ms": 2000 + "e2tSubDelReqTime_ms": 2000 + "e2tRecvMsgTimeout_ms": 2000 + "e2tMaxSubReqTryCount": 2 + "e2tMaxSubDelReqTryCount": 2 + "readSubsFromDb": "true" submgrutartg: | newrt|start newrt|end -- 2.16.6