From 10fd7c45b3374396428eb7ab189dfed7e3cdc3cc Mon Sep 17 00:00:00 2001 From: rangajal Date: Thu, 13 Feb 2020 11:24:35 +0000 Subject: [PATCH] added E2MURL argument Signed-off-by: rangajal Change-Id: I0dd31c37d75f923b6c65644dc7db4519ed48b98a --- helm/rtmgr/templates/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/rtmgr/templates/config.yaml b/helm/rtmgr/templates/config.yaml index b1dcdfa..d4ee362 100644 --- a/helm/rtmgr/templates/config.yaml +++ b/helm/rtmgr/templates/config.yaml @@ -52,6 +52,8 @@ data: "XMURL": "http://{{ include "common.servicename.appmgr.http" . }}:{{ include "common.serviceport.appmgr.http" . }}/ric/v1/xapps" + "E2MURL": + "http://{{ include "common.servicename.e2mgr.http" . }}:{{ include "common.serviceport.e2mgr.http" . }}/v1/e2t/list" "RTFILE": "/db/rt.json" "CFGFILE": -- 2.16.6