X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fa1mediator%2Ftemplates%2Fenv.yaml;fp=helm%2Fa1mediator%2Ftemplates%2Fenv.yaml;h=eaae74a49e8398bb0bcac42d668b565d55483ab2;hb=e84a17179f570bce575f573a1ba79cd9e5e3ce9c;hp=e60850a9882e52c8a5a50a78d500e2df8ed93416;hpb=f5d4d36619e6cdf42fe1819e957cb8237c3df33f;p=ric-plt%2Fric-dep.git diff --git a/helm/a1mediator/templates/env.yaml b/helm/a1mediator/templates/env.yaml index e60850a..eaae74a 100644 --- a/helm/a1mediator/templates/env.yaml +++ b/helm/a1mediator/templates/env.yaml @@ -19,10 +19,6 @@ kind: ConfigMap metadata: name: {{ include "common.configmapname.a1mediator" . }}-env data: - DBAAS_SERVICE_HOST: {{ include "common.servicename.dbaas.tcp" . | quote }} - 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: {{ include "common.serviceport.dbaas.tcp" . | quote }} RMR_RTG_SVC: {{ include "common.serviceport.a1mediator.rmr.route" . | quote }} PYTHONUNBUFFERED: "1" A1_RMR_RETRY_TIMES: "{{ .Values.a1mediator.rmr_timeout_config.a1_rcv_retry_times }}"