add sparky-be kubedns service 91/10391/1
authorMandeep Khinda <mandeep.khinda@amdocs.com>
Tue, 5 Sep 2017 18:27:15 +0000 (18:27 +0000)
committerMandeep Khinda <mandeep.khinda@amdocs.com>
Tue, 5 Sep 2017 18:27:15 +0000 (18:27 +0000)
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>
kubernetes/aai/templates/all-services.yaml

index 4257dbb..b715c7b 100644 (file)
@@ -259,4 +259,19 @@ spec:
     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