SIMAPP to open 8080 port. Also pass new config to webconsole pod

Change-Id: I9a26f3e144f98d92a904c5bfa20730d06cda8617
diff --git a/omec/omec-sub-provision/templates/service-simapp.yaml b/omec/omec-sub-provision/templates/service-simapp.yaml
index ab91f83..74ef8a8 100644
--- a/omec/omec-sub-provision/templates/service-simapp.yaml
+++ b/omec/omec-sub-provision/templates/service-simapp.yaml
@@ -20,6 +20,9 @@
   - name: prometheus-exporter
     port: {{ .Values.config.simapp.prometheus.port }}
     protocol: TCP
+  - name: config-exporter
+    port: {{ .Values.config.simapp.config.port }}
+    protocol: TCP
 {{- if .Values.config.simapp.prometheus.nodePort.enabled }}
 ---
 apiVersion: v1
@@ -39,5 +42,11 @@
     protocol: TCP
     nodePort: {{ .Values.config.simapp.prometheus.nodePort.port }}
 {{- end }}
+{{- if .Values.config.simapp.config.nodePort.enabled }}
+  - name: config-exporter
+    port: {{ .Values.config.simapp.config.port }}
+    protocol: TCP
+    nodePort: {{ .Values.config.simapp.config.nodePort.port }}
+{{- end }}
 {{- end }}
 {{- end }}