First commit for xapp_onboarder that onboards xApp
[it/dev.git] / xapp_onboarder / xapp_onboarder / resources / xapp-std / templates / appenv.yaml
@@ -18,11 +18,8 @@ kind: ConfigMap
 metadata:
   name: {{ include "ricxapp.configmapname" . }}-appenv
 data:
-  {{- if .Values.ricxapp.appenv }}
-    {{- toYaml .Values.ricxapp.appenv | nindent 2 }}
+  {{- if .Values.appenv }}
+    {{- toYaml .Values.appenv | nindent 2 }}
   {{- end }}
-  DBAAS_SERVICE_HOST: "{{ .Values.ricplt.dbaasService }}"
-  DBAAS_SERVICE_PORT: "6379"
-  DBAAS_PORT_6379_TCP_ADDR: "{{ .Values.ricplt.dbaasService }}"
-  DBAAS_PORT_6379_TCP_PORT: "6379"
-  RMR_RTG_SVC: "{{ .Values.ricxapp.service.rmr.route.port }}"
+  RMR_RTG_SVC: "4561"
+  XAPP_DESCRIPTOR_PATH: {{ .Values.appconfig.path }}