X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fconfigmap.yaml;h=7a1cccb82c0476c82c6dc7ff7fda27ff17cd0bbc;hb=ca9b3ee64b3966fa1d20226b361b4f614434129e;hp=04dc74dcf70d23fc770be3fd455abe38971d7c17;hpb=0011afae26ce8f51b964ddc47d8d4b4f80830a4c;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml index 04dc74dc..7a1cccb8 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml @@ -28,6 +28,7 @@ data: rte|1080|{{ include "common.servicename.e2mgr.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.e2mgr.rmr.data" . }} rte|1090|{{ include "common.servicename.e2term.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.e2term.rmr.data" . }} rte|1100|{{ include "common.servicename.e2term.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.e2term.rmr.data" . }} + rte|1101|{{ include "common.servicename.e2term.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.e2term.rmr.data" . }} rte|1200|{{ include "common.servicename.rsm.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.rsm.rmr.data" . }} rte|1210|{{ include "common.servicename.rsm.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.rsm.rmr.data" . }} rte|1220|{{ include "common.servicename.rsm.rmr" . }}.{{ include "common.namespace.platform" . }}:{{ include "common.serviceport.rsm.rmr.data" . }} @@ -80,6 +81,12 @@ data: {{- else }} maxMsgSize: 4096 {{- end }} + routingManager: + {{- if hasKey .Values.e2mgr "baseUrl" }} + baseUrl: {{ .Values.e2mgr.baseUrl }} + {{- else }} + baseUrl: "http://service-ricplt-rtmgr-http:3800/ric/v1/handles/" + {{- end }} {{- if hasKey .Values.e2mgr "notificationResponseBuffer" }} notificationResponseBuffer: {{ .Values.e2mgr.notificationResponseBuffer }} @@ -109,6 +116,18 @@ data: rnibRetryIntervalMs: {{ .Values.e2mgr.rnibRetryIntervalMs }} {{- else }} rnibRetryIntervalMs: 10 - {{- end }} + {{- end }} + + {{- if hasKey .Values.e2mgr "keepAliveResponseTimeoutMs" }} + keepAliveResponseTimeoutMs: {{ .Values.e2mgr.keepAliveResponseTimeoutMs }} + {{- else }} + keepAliveResponseTimeoutMs: 4500 + {{- end }} + + {{- if hasKey .Values.e2mgr "keepAliveDelayMs" }} + keepAliveDelayMs: {{ .Values.e2mgr.keepAliveDelayMs }} + {{- else }} + keepAliveDelayMs: 1500 + {{- end }} ---