X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fdashboard%2Ftemplates%2F_genurl.tpl;h=5684f21f95a92bfaa83a8d9fe57c01957dc3c6ab;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=992518b26931162e27447bb2bdaa893fca0c69e9;hpb=196ad58ec497f7339f3c964e933233b657189094;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/_genurl.tpl b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/_genurl.tpl index 992518b2..5684f21f 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/_genurl.tpl +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/_genurl.tpl @@ -21,7 +21,7 @@ Generate the URLS of the endpoints. {{- define "dashboard.prefix.a1mediator" -}} - {{- $ingress := ( include "common.ingressurl.ricplt" . ) -}} + {{- $ingress := ( include "common.ingressurl.ric" . ) -}} {{- if .Values.dashboard.a1med.url.prefix -}} {{- printf "%s" .Values.dashboard.a1med.url.prefix -}} {{- else -}} @@ -30,7 +30,7 @@ Generate the URLS of the endpoints. {{- end -}} {{- define "dashboard.prefix.anrxapp" -}} - {{- $ingress := ( include "common.ingressurl.ricxapp" . ) -}} + {{- $ingress := ( include "common.ingressurl.ric" . ) -}} {{- if .Values.dashboard.anrxapp.url.prefix -}} {{- printf "%s" .Values.dashboard.anrxapp.url.prefix -}} {{- else -}} @@ -39,7 +39,7 @@ Generate the URLS of the endpoints. {{- end -}} {{- define "dashboard.prefix.e2mgr" -}} - {{- $ingress := ( include "common.ingressurl.ricplt" . ) -}} + {{- $ingress := ( include "common.ingressurl.ric" . ) -}} {{- if .Values.dashboard.e2mgr.url.prefix -}} {{- printf "%s" .Values.dashboard.e2mgr.url.prefix -}} {{- else -}} @@ -48,10 +48,11 @@ Generate the URLS of the endpoints. {{- end -}} {{- define "dashboard.prefix.appmgr" -}} - {{- $ingress := ( include "common.ingressurl.ricplt" . ) -}} + {{- $ingress := ( include "common.ingressurl.ric" . ) -}} {{- if .Values.dashboard.appmgr.url.prefix -}} {{- printf "%s" .Values.dashboard.appmgr.url.prefix -}} {{- else -}} {{- printf "http://%s/appmgr" $ingress -}} {{- end -}} {{- end -}} +