X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fa1mediator%2Ftemplates%2Fenv.yaml;h=3141b1ecba70fc562940bef04884759ba4e2d95c;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=3b4203aa35c7175cf95c42da5f70375e0e691285;hpb=f127b33c7ac113cf0544f3685d9ba4b631cc2e00;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/env.yaml b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/env.yaml index 3b4203aa..3141b1ec 100644 --- a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/env.yaml +++ b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/env.yaml @@ -20,10 +20,11 @@ metadata: name: {{ include "common.configmapname.a1mediator" . }}-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.a1mediator.service.rmr.route.port }}" + DBAAS_PORT_6379_TCP_PORT: {{ include "common.serviceport.dbaas.tcp" . | quote }} + RMR_RTG_SVC: {{ include "common.serviceport.a1mediator.rmr.route" . | quote }} PYTHONUNBUFFERED: "0" RMR_RCV_RETRY_INTERVAL: "{{ .Values.a1mediator.rmr_timeout_config.rcv_retry_interval_ms }}" RMR_RETRY_TIMES: "{{ .Values.a1mediator.rmr_timeout_config.rcv_retry_times }}" +