X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=helm%2Falarmadapter%2Ftemplates%2Fenv.yaml;h=ac1569e57d101594c69128880e9b3835fe701bd1;hb=08315b5889636ea63eb3f543ee86e206fe85a9ac;hp=84dd7831b01c7c03f00bf3a7b77173de038c42a9;hpb=c4893da9a5b94d67fde93b743695cae554809b75;p=ric-plt%2Fric-dep.git diff --git a/helm/alarmadapter/templates/env.yaml b/helm/alarmadapter/templates/env.yaml index 84dd783..ac1569e 100644 --- a/helm/alarmadapter/templates/env.yaml +++ b/helm/alarmadapter/templates/env.yaml @@ -18,10 +18,6 @@ kind: ConfigMap metadata: name: {{ include "common.configmapname.alarmadapter" . }}-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.alarmadapter.rmr.route" . | quote }} + RMR_RTG_SVC: {{ include "common.servicename.rtmgr.rmr" . }}:{{ include "common.serviceport.rtmgr.rmr.route" . }} + RMR_SEED_RT: "/uta_rtg.rt" RMR_SRC_ID: {{ include "common.servicename.alarmadapter.rmr" . }}.{{ include "common.namespace.platform" . }} - CFGFILE: "/cfg/alarmadapter-config.yaml"