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=2b68de2836b4e478aa1f63ccd63dae22f4391880;hb=0309475769b27702c8c886411222882da8b519b1;hp=2930a1557c100c1f8ff5d66ae3c6102e75fc9792;hpb=19c304cff17ce836f1f7770cb43efc17eaccbc9a;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..2b68de28 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,15 @@ 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 = {{ 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" . }}