Exposing the node port for sparky-be

Removed the cluster ip and set the node port to 20. Also disabiling ssl
as portal does not support ssl yet.

Issue-ID: OOM-347
Change-Id: Ia0431bb4b72e709df7e867ccae01b0b8219088d9
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
diff --git a/charts/aai-sparky-be/values.yaml b/charts/aai-sparky-be/values.yaml
index c87ec5b..8321feb 100644
--- a/charts/aai-sparky-be/values.yaml
+++ b/charts/aai-sparky-be/values.yaml
@@ -61,9 +61,10 @@
   periodSeconds: 10
 
 service:
-  type: ClusterIP
+  type: NodePort
   portName: aai-sparky-be
   internalPort: 9517
+  nodePort: 20
   internalPort2: 8000
 
 ingress: