Merge "Update a1 to SI95 version of rmr python"
[ric-plt/ric-dep.git] / helm / e2mgr / templates / configmap.yaml
index f9c9739..fd7ae2d 100644 (file)
@@ -122,12 +122,24 @@ data:
     {{- if hasKey .Values.e2mgr "keepAliveResponseTimeoutMs" }}
     keepAliveResponseTimeoutMs: {{ .Values.e2mgr.keepAliveResponseTimeoutMs }}
     {{- else }}
-    keepAliveResponseTimeoutMs: 4500
+    keepAliveResponseTimeoutMs: 360000
     {{- end }}
 
     {{- if hasKey .Values.e2mgr "keepAliveDelayMs" }}
     keepAliveDelayMs: {{ .Values.e2mgr.keepAliveDelayMs }}
     {{- else }}
-    keepAliveDelayMs: 1500
+    keepAliveDelayMs: 120000
     {{- end }}
+
+    globalRicId:
+      {{- if hasKey .Values.e2mgr "plmnId" }}
+      plmnId: {{ .Values.e2mgr.plmnId }}
+      {{- else }}
+      plmnId: 131014
+      {{- end }}
+      {{- if hasKey .Values.e2mgr "ricNearRtId" }}
+      ricNearRtId: {{ .Values.e2mgr.ricNearRtId }}
+      {{- else }}
+      ricNearRtId: 556670
+      {{- end }}
 ---