[RIC-213] Add olmnId and nearRtRicId to HelmChart + remove env var RIC_ID
[ric-plt/ric-dep.git] / helm / e2mgr / templates / configmap.yaml
index 57ecf4f..fd7ae2d 100644 (file)
@@ -130,4 +130,16 @@ data:
     {{- else }}
     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 }}
 ---