summaryrefslogtreecommitdiffstats
path: root/charts/aai-sparky-be/templates/service.yaml
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-06-20 11:40:17 -0400
committerBorislav Glozman <Borislav.Glozman@amdocs.com>2018-06-26 09:15:38 +0000
commit0d3437401e5fdebee16ac7e29ddbce4f9764373a (patch)
tree9068bb08c5dabc157a07d8fc266387d481da9542 /charts/aai-sparky-be/templates/service.yaml
parentef10698d3e1099985a73f73d0485164c58dc0917 (diff)
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>
Diffstat (limited to 'charts/aai-sparky-be/templates/service.yaml')
-rw-r--r--charts/aai-sparky-be/templates/service.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/charts/aai-sparky-be/templates/service.yaml b/charts/aai-sparky-be/templates/service.yaml
index e342a9a..385cdea 100644
--- a/charts/aai-sparky-be/templates/service.yaml
+++ b/charts/aai-sparky-be/templates/service.yaml
@@ -21,5 +21,4 @@ spec:
{{- end}}
selector:
app: {{ include "common.name" . }}
- release: {{ .Release.Name }}
- clusterIP: None
+ release: {{ .Release.Name }} \ No newline at end of file