Opening up port 8080 in HSS to handle configuration from ROC.

Change-Id: I9eb1031569fac315c21a72dfb4bc7952510af1ef
diff --git a/omec/omec-control-plane/values.yaml b/omec/omec-control-plane/values.yaml
index 70742fe..34148e5 100644
--- a/omec/omec-control-plane/values.yaml
+++ b/omec/omec-control-plane/values.yaml
@@ -194,6 +194,11 @@
       nodePort:
         enabled: false
         port: 33868
+    configPort:
+      port: 8080
+      nodePort:
+        enabled: false
+        port: 30081
     prometheus:
       port: 9089
       nodePort:
@@ -241,7 +246,8 @@
         hss:
           gtwhost: "*"
           gtwport: 9080
-          restport: 9081
+          #restport will be set by configmap
+          #restport: ""
           ossport: 9082
           # casssrv will be set to cassandra in the same cluster if unset
           #casssrv: ""