summaryrefslogtreecommitdiffstats
path: root/kubernetes/portal/charts/portal-sdk/templates/service.yaml
diff options
context:
space:
mode:
authorBorislav Glozman <Borislav.Glozman@amdocs.com>2018-07-18 16:21:28 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-18 16:21:28 +0000
commit19e44947f0592e8e36206fe1c4cefc48c428c26a (patch)
tree484cbb2b1f77c1518c3fa695e4f2c07a958a4d38 /kubernetes/portal/charts/portal-sdk/templates/service.yaml
parent5c1a5c01e03692f6e45765bf92e7953cb2944ba0 (diff)
parent01a80afbf5e04b9c05b3f590d643c81b16088b3b (diff)
Merge "AAI-UI es index are not getting populated" into beijing
Diffstat (limited to 'kubernetes/portal/charts/portal-sdk/templates/service.yaml')
-rw-r--r--kubernetes/portal/charts/portal-sdk/templates/service.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/portal/charts/portal-sdk/templates/service.yaml b/kubernetes/portal/charts/portal-sdk/templates/service.yaml
index 75d4a14dcf..7cd05606e8 100644
--- a/kubernetes/portal/charts/portal-sdk/templates/service.yaml
+++ b/kubernetes/portal/charts/portal-sdk/templates/service.yaml
@@ -26,7 +26,7 @@ spec:
type: {{ .Values.service.type }}
ports:
{{if eq .Values.service.type "NodePort" -}}
- - port: {{ .Values.service.externalPort }}
+ - port: {{ .Values.service.internalPort }}
targetPort: {{ .Values.service.internalPort }}
nodePort: {{ .Values.global.nodePortPrefix | default .Values.nodePortPrefix }}{{ .Values.service.nodePort }}
name: {{ .Values.service.portName }}