aboutsummaryrefslogtreecommitdiffstats
path: root/charts/aai-gizmo/templates/service.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'charts/aai-gizmo/templates/service.yaml')
-rw-r--r--charts/aai-gizmo/templates/service.yaml2
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 }}