X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fconfigmap.yaml;h=7a1cccb82c0476c82c6dc7ff7fda27ff17cd0bbc;hb=ca9b3ee64b3966fa1d20226b361b4f614434129e;hp=ca91f955cd6938a865b625f89b1730273c490896;hpb=48575cbc4072cc5549c6de21640ab7851854c89f;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 ca91f955..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 }} @@ -114,13 +121,13 @@ data: {{- if hasKey .Values.e2mgr "keepAliveResponseTimeoutMs" }} keepAliveResponseTimeoutMs: {{ .Values.e2mgr.keepAliveResponseTimeoutMs }} {{- else }} - keepAliveResponseTimeoutMs: 1500 + keepAliveResponseTimeoutMs: 4500 {{- end }} {{- if hasKey .Values.e2mgr "keepAliveDelayMs" }} keepAliveDelayMs: {{ .Values.e2mgr.keepAliveDelayMs }} {{- else }} - keepAliveDelayMs: 500 + keepAliveDelayMs: 1500 {{- end }} ---