diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-09-25 17:17:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-25 17:17:22 +0000 |
commit | 04166e8b0817ffeba9537d6ece553af4c29cc2aa (patch) | |
tree | 24a538fc5771ccf3d96e8d2efe75b414889bc506 /charts/aai-gizmo | |
parent | 47cf1150d28cfe61cb3b2fc1f30a5d18e992cb2b (diff) | |
parent | e8543b4a4839f44f13e5ecd984e8986c4d599272 (diff) |
Merge "[Gizmo] Use nodePortPrefix variable"
Diffstat (limited to 'charts/aai-gizmo')
-rw-r--r-- | charts/aai-gizmo/templates/service.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aai-gizmo/templates/service.yaml b/charts/aai-gizmo/templates/service.yaml index e78cc73..88948cf 100644 --- a/charts/aai-gizmo/templates/service.yaml +++ b/charts/aai-gizmo/templates/service.yaml @@ -29,7 +29,7 @@ spec: ports: {{if eq .Values.service.type "NodePort" -}} - port: {{ .Values.service.internalPort }} - nodePort: {{ .Values.global.nodePortPrefix | default "302" }}{{ .Values.service.nodePort }} + nodePort: {{ .Values.global.nodePortPrefix | default .Values.nodePortPrefix }}{{ .Values.service.nodePort }} name: {{ .Values.service.portName }} {{- else -}} - port: {{ .Values.service.externalPort }} |