diff --git a/helm/minio/templates/service.yaml b/helm/minio/templates/service.yaml index 64aa990bd..3daed4163 100644 --- a/helm/minio/templates/service.yaml +++ b/helm/minio/templates/service.yaml @@ -36,7 +36,7 @@ spec: {{- if (and (eq .Values.service.type "NodePort") ( .Values.service.nodePort)) }} nodePort: {{ .Values.service.nodePort }} {{- else }} - targetPort: 9000 + targetPort: {{ .Values.service.port }} {{- end}} {{- if .Values.service.externalIPs }} externalIPs: