helm related changes to support dynamic logging
[ric-plt/ric-dep.git] / helm / rtmgr / templates / env.yaml
index 564529b..795f766 100644 (file)
@@ -19,12 +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_SEED_RT: "/uta_rtg_ric.rt"
-   #RMR_SRC_ID: "service-ricplt-rtmgr-rmr.ricplt"
+   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"