X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fe2mgr%2Ftemplates%2Fconfigmap.yaml;h=fd7ae2df88a6b35e63531afba5a0940a498089db;hb=276a64e770e29b52effcb0fc224b94c8e324e5b2;hp=57ecf4f6b089a93a97414a3fef654ce89d688b18;hpb=90655071d9b91a32c885bac8c0a6220d6f2265c6;p=ric-plt%2Fric-dep.git diff --git a/helm/e2mgr/templates/configmap.yaml b/helm/e2mgr/templates/configmap.yaml index 57ecf4f..fd7ae2d 100644 --- a/helm/e2mgr/templates/configmap.yaml +++ b/helm/e2mgr/templates/configmap.yaml @@ -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 }} ---