From 0dadfa511e392c41226d33e88f50adb27860830c Mon Sep 17 00:00:00 2001 From: Anssi Mannila Date: Thu, 4 Nov 2021 09:24:51 +0200 Subject: [PATCH] Add some new configmap parameters for submgr - Code can also work without these by using default values Change-Id: I59daf65452f930993148586d5b713d7c22ebd402 Signed-off-by: Anssi Mannila --- helm/submgr/templates/configmap.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/helm/submgr/templates/configmap.yaml b/helm/submgr/templates/configmap.yaml index a92391c..2f0bc4e 100644 --- a/helm/submgr/templates/configmap.yaml +++ b/helm/submgr/templates/configmap.yaml @@ -33,13 +33,23 @@ data: "hostAddr": {{ include "common.servicename.rtmgr.http" . | quote }} "port" : {{ include "common.serviceport.rtmgr.http" . }} "baseUrl" : "/ric/v1" + "db": + "sessionNamespace": "XMSession" + "host": ":6379" + "prot": "tcp" + "maxIdle": 80 + "maxActive": 12000 "controls": "e2tSubReqTimeout_ms": 2000 "e2tSubDelReqTime_ms": 2000 "e2tRecvMsgTimeout_ms": 2000 "e2tMaxSubReqTryCount": 2 "e2tMaxSubDelReqTryCount": 2 + "checkE2State": "true" "readSubsFromDb": "true" + "dbTryCount": 200 + "dbRetryForever": "true" + "waitRouteCleanup_ms": 5000 submgrutartg: | newrt|start newrt|end -- 2.16.6