From 3d07f0d84854e711e36c25d0c0fd452f9d693431 Mon Sep 17 00:00:00 2001 From: wahidw Date: Thu, 24 Jun 2021 05:31:15 +0000 Subject: [PATCH] adding parameter to enable/disbale periodic route updates in configmap of rtmgr Signed-off-by: wahidw Change-Id: I8574fdd07fbaa8465da2762833702e8b9c93581d --- helm/rtmgr/templates/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/rtmgr/templates/config.yaml b/helm/rtmgr/templates/config.yaml index f0abfb3..bd4ad7e 100644 --- a/helm/rtmgr/templates/config.yaml +++ b/helm/rtmgr/templates/config.yaml @@ -70,6 +70,8 @@ data: "host": ":8080" "logger": "level": 4 + "periodicRoutes": + "enable" "rmr": "protPort": "tcp:4560" "maxSize": 1024 -- 2.16.6