X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Frtmgr%2Ftemplates%2Fenv.yaml;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Frtmgr%2Ftemplates%2Fenv.yaml;h=564529b1fa24d84d68f6b97d46ce658a9b58b019;hb=974ab4c54f2824dfe27e7f4db10f3cf1056c47f2;hp=2fb311577369a55f42a1165356b3ac768a1670ce;hpb=3ba2c1de705188903ca08c1a8131faa843d2ffb9;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 2fb31157..564529b1 100644 --- a/ric-platform/50-RIC-Platform/helm/rtmgr/templates/env.yaml +++ b/ric-platform/50-RIC-Platform/helm/rtmgr/templates/env.yaml @@ -24,12 +24,7 @@ data: 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.rtmgr.rmr.route" . | quote }} + CFGFILE: "/cfg/rtmgr-config.yaml" + #RMR_SEED_RT: "/uta_rtg_ric.rt" + #RMR_SRC_ID: "service-ricplt-rtmgr-rmr.ricplt" XMURL: "http://{{ include "common.servicename.appmgr.http" . }}:{{ include "common.serviceport.appmgr.http" . }}/ric/v1/xapps" - RTFILE: "/db/rt.json" - CFGFILE: "/cfg/rtmgr-config.json" - RPE: "{{ .Values.rtmgr.rpe }}" - SBI: "{{ .Values.rtmgr.sbi }}" - SBIURL: "{{ .Values.rtmgr.sbiurl }}" - NBI: "{{ .Values.rtmgr.nbi }}" - NBIURL: "http://{{ include "common.servicename.rtmgr.http" . }}:{{ include "common.serviceport.rtmgr.http" . }}" - LOGLEVEL: "{{ .Values.rtmgr.loglevel }}"