helm: service port set to minioAPIPort in helm (#15223)

This commit is contained in:
dorman
2022-07-05 22:38:04 +08:00
committed by GitHub
parent 9d80ff5a05
commit c7e01b139d

View File

@@ -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: