X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fdashboard%2Ftemplates%2Fappconfig.yaml;h=e6358c563303e9d7cb13bcfb954a946547f134af;hb=8dcae47ad61db4b1d3128f18b8922ab0ee672edf;hp=2b68de2836b4e478aa1f63ccd63dae22f4391880;hpb=3803859c341dc62bdcd79ba94be585592a94672b;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/appconfig.yaml b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/appconfig.yaml index 2b68de28..e6358c56 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/appconfig.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/appconfig.yaml @@ -26,9 +26,11 @@ data: application.properties: | # appconfig.yaml server.port = {{ .Values.dashboard.service.http.containerPort }} - a1med.url = {{ include "dashboard.endpoint.a1mediator" . }} - anrxapp.url = {{ include "dashboard.endpoint.anrxapp" . }} - e2mgr.url = {{ include "dashboard.endpoint.e2mgr" . }} - # mock names for R1 testing, removing this entry disables the mock - e2mgr.mock.rannames = {{ .Values.dashboard.properties.e2mgr.mock.rannames }} - xappmgr.url = {{ include "dashboard.endpoint.xappmgr" . }} + a1med.url.prefix = {{ include "dashboard.prefix.a1mediator" . }} + a1med.url.suffix = {{ .Values.dashboard.properties.a1med.url.suffix }} + anrxapp.url.prefix = {{ include "dashboard.prefix.anrxapp" . }} + anrxapp.url.suffix = {{ .Values.dashboard.properties.anrxapp.url.suffix }} + appmgr.url.prefix = {{ include "dashboard.prefix.appmgr" . }} + appmgr.url.suffix = {{ .Values.dashboard.properties.appmgr.url.suffix }} + e2mgr.url.prefix = {{ include "dashboard.prefix.e2mgr" . }} + e2mgr.url.suffix = {{ .Values.dashboard.properties.e2mgr.url.suffix }}