X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Frtmgr%2Ftemplates%2Fenv.yaml;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Frtmgr%2Ftemplates%2Fenv.yaml;h=2fb311577369a55f42a1165356b3ac768a1670ce;hb=d0c92ee4e718fb5fab8a58519b74746fa2b755b1;hp=ff374b6953c7967be7da68791a7066003c0993b9;hpb=44fb7269ad17f3e307ab32bc85e737bf9ce1339f;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/rtmgr/templates/env.yaml b/ric-platform/50-RIC-Platform/helm/rtmgr/templates/env.yaml index ff374b69..2fb31157 100644 --- a/ric-platform/50-RIC-Platform/helm/rtmgr/templates/env.yaml +++ b/ric-platform/50-RIC-Platform/helm/rtmgr/templates/env.yaml @@ -31,5 +31,5 @@ data: SBI: "{{ .Values.rtmgr.sbi }}" SBIURL: "{{ .Values.rtmgr.sbiurl }}" NBI: "{{ .Values.rtmgr.nbi }}" - NBIURL: "{{ .Values.rtmgr.nbiurl }}" + NBIURL: "http://{{ include "common.servicename.rtmgr.http" . }}:{{ include "common.serviceport.rtmgr.http" . }}" LOGLEVEL: "{{ .Values.rtmgr.loglevel }}"