From 4b4283a4eb496d44dfa0f75e6c829e56f745160d Mon Sep 17 00:00:00 2001 From: Mandeep Khinda Date: Tue, 5 Sep 2017 18:27:15 +0000 Subject: add sparky-be kubedns service 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 --- templates/all-services.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/templates/all-services.yaml b/templates/all-services.yaml index 4257dbb..b715c7b 100644 --- a/templates/all-services.yaml +++ b/templates/all-services.yaml @@ -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 -- cgit 1.2.3-korg