X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=helm%2Frtmgr%2Ftemplates%2Fenv.yaml;h=795f7668a6875e20bc897aed4644c1ea0fecf266;hb=f0c10d0503a366146913ec1ab5cbc04bb764e32c;hp=2fb311577369a55f42a1165356b3ac768a1670ce;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/rtmgr/templates/env.yaml b/helm/rtmgr/templates/env.yaml index 2fb3115..795f766 100644 --- a/helm/rtmgr/templates/env.yaml +++ b/helm/rtmgr/templates/env.yaml @@ -19,17 +19,8 @@ kind: ConfigMap metadata: name: {{ include "common.configmapname.rtmgr" . }}-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_SEED_RT: "/uta_rtg_ric.rt" RMR_RTG_SVC: {{ include "common.serviceport.rtmgr.rmr.route" . | quote }} + CFGFILE: "/cfg/rtmgr-config.yaml" + RMR_SRC_ID: {{ include "common.servicename.rtmgr.rmr" . }}.{{ include "common.namespace.platform" . }} 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 }}"