It was missing and breaking the onap portal aai widget
Issue-ID: OOM-264
Issue-ID: OOM-182
Change-Id: Ia22263d49d5a18126ab8ae46a50f9b24cd51a0cf
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
     port: 5005
   selector:
     app: aai-resources
-  clusterIP: None
\ No newline at end of file
+  clusterIP: None
+---
+apiVersion: v1
+kind: Service
+metadata:
+  name: sparky-be
+  namespace: "{{ .Values.nsPrefix }}-aai"
+  labels:
+    app: sparky-be
+spec:
+  ports:
+  - name: "sparky-be-port-9517"
+    port: 9517
+  selector:
+    app: sparky-be
+  clusterIP: None  
\ No newline at end of file