starting webserver in spgwc and starting corresponding services at configured port

Change-Id: I966337cee0e6861219eac688211521b49609e803
diff --git a/omec/omec-control-plane/templates/service-spgwc.yaml b/omec/omec-control-plane/templates/service-spgwc.yaml
index 5dd3ba4..2704ecd 100644
--- a/omec/omec-control-plane/templates/service-spgwc.yaml
+++ b/omec/omec-control-plane/templates/service-spgwc.yaml
@@ -30,6 +30,9 @@
   - name: prometheus-exporter
     port: {{ .Values.config.spgwc.prometheus.port }}
     protocol: TCP
+  - name: restendpoint
+    port: {{ .Values.config.spgwc.http.port }}
+    protocol: TCP
 ---
 apiVersion: v1
 kind: Service
@@ -82,6 +85,12 @@
     port: {{ .Values.config.spgwc.s11.port }}
     protocol: UDP
 {{- end }}
+{{- if .Values.config.spgwc.http.nodePort.enabled }}
+  - name: restendpoint
+    port: {{ .Values.config.spgwc.http.port }}
+    protocol: TCP
+    nodePort: {{ .Values.config.spgwc.http.nodePort.port }}
+{{- end }}
 {{- end }}
 {{- end }}
 {{- end }}