[RICPLT-2526] KeepAlive configuration changes 33/2033/1
authorIrina <ib565x@intl.att.com>
Mon, 16 Dec 2019 12:59:44 +0000 (14:59 +0200)
committerIrina <ib565x@intl.att.com>
Mon, 16 Dec 2019 13:00:04 +0000 (15:00 +0200)
Change-Id: I30fb7fc68d4765b4130a6f3d2392beccc0e7e9b9
Signed-off-by: Irina <ib565x@intl.att.com>
ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml

index 04dc74d..ca91f95 100644 (file)
@@ -109,6 +109,18 @@ data:
     rnibRetryIntervalMs: {{ .Values.e2mgr.rnibRetryIntervalMs }}
     {{- else }} 
     rnibRetryIntervalMs: 10
-    {{- end }}   
+    {{- end }}
+
+    {{- if hasKey .Values.e2mgr "keepAliveResponseTimeoutMs" }}
+    keepAliveResponseTimeoutMs: {{ .Values.e2mgr.keepAliveResponseTimeoutMs }}
+    {{- else }}
+    keepAliveResponseTimeoutMs: 1500
+    {{- end }}
+
+    {{- if hasKey .Values.e2mgr "keepAliveDelayMs" }}
+    keepAliveDelayMs: {{ .Values.e2mgr.keepAliveDelayMs }}
+    {{- else }}
+    keepAliveDelayMs: 500
+    {{- end }}
 
 ---