First draft of the SMO package based on the ONAP charts
[it/dep.git] / smo-install / oran_oom / oru-app / templates / configmapenv.yaml
diff --git a/smo-install/oran_oom/oru-app/templates/configmapenv.yaml b/smo-install/oran_oom/oru-app/templates/configmapenv.yaml
new file mode 100644 (file)
index 0000000..3a10003
--- /dev/null
@@ -0,0 +1,15 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: oru-app-configmapenv
+  labels:
+    name: oru-app-env
+    release: {{ .Release.Name }}
+    chart: {{ .Chart.Name }}
+data:
+  MR-HOST: {{ .Values.conf.mrHost | quote }}
+  MR-PORT: {{ .Values.conf.mrPort | quote }}  
+  SDNR-HOST: {{ .Values.conf.sdnrHost | quote }}
+  SDNR-PORT: {{ .Values.conf.sdnrPort | quote }}
+  VERBOSE: {{ .Values.conf.verbose | quote }}
+