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=bb6097c9e2fa2918028892b2c5e675841029bee9;hp=2930a1557c100c1f8ff5d66ae3c6102e75fc9792;hpb=62b17b9e2ec2a91cc7d84f73821017c7c6b773a8;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 2930a155..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,13 +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 }} - 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 }}