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=b361b2091909dc2e77d4d172b95c210f8b1b2abb;hp=837f4b1aa210decc1804be542454c4be470b704c;hpb=97a3693d4035b13c6aa0c80f1dceefa1cd10ce5b;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 837f4b1a..e6358c56 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/appconfig.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/appconfig.yaml @@ -20,15 +20,17 @@ apiVersion: v1 kind: ConfigMap metadata: - name: {{ include "dashboard.fullname" . }}-appconfig + name: {{ include "common.configmapname.dashboard" . }}-appconfig data: # this key becomes the filename when mounted application.properties: | # appconfig.yaml - server.port = {{ .Values.dashboard.server.port }} - a1med.url = {{ .Values.dashboard.properties.a1med.url }} - anrxapp.url = {{ .Values.dashboard.properties.anrxapp.url }} - e2mgr.url = {{ .Values.dashboard.properties.e2mgr.url }} - # mock names for R1 testing, empty or missing entry disables the mock - e2mgr.mock.rannames = {{ .Values.dashboard.properties.e2mgr.mock.rannames }} - xappmgr.url = {{ .Values.dashboard.properties.xappmgr.url }} + server.port = {{ .Values.dashboard.service.http.containerPort }} + 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 }}