X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fenv.yaml;h=3c95c5b7546d4aa1d23d35e87265881a94bf8630;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=b37cfc42f9318e322207a7bdb52cd0d48b06e6ba;hpb=3803859c341dc62bdcd79ba94be585592a94672b;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/env.yaml b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/env.yaml index b37cfc42..3c95c5b7 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/env.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/env.yaml @@ -20,8 +20,11 @@ metadata: name: {{ include "common.configmapname.e2mgr" . }}-env data: DBAAS_SERVICE_HOST: {{ include "common.servicename.dbaas.tcp" . | quote }} - DBAAS_SERVICE_PORT: "6379" + DBAAS_SERVICE_PORT: {{ include "common.serviceport.dbaas.tcp" . | quote }} DBAAS_PORT_6379_TCP_ADDR: {{ include "common.servicename.dbaas.tcp" . | quote }} - DBAAS_PORT_6379_TCP_PORT: "6379" - RMR_RTG_SVC: "{{ .Values.e2mgr.service.rmr.route.port }}" + DBAAS_PORT_6379_TCP_PORT: {{ include "common.serviceport.dbaas.tcp" . | quote }} + RMR_RTG_SVC: {{ include "common.serviceport.e2mgr.rmr.route" . | quote }} + RMR_SRC_ID: {{ include "common.servicename.e2mgr.rmr" . }}.{{ include "common.namespace.platform" . }} RIC_ID: "{{ .Values.e2mgr.env.RIC_ID }}" + #nano: {{ include "common.serviceport.e2mgr.rmr.data" . | quote }} +