mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
helm: service port set to minioAPIPort in helm (#15223)
This commit is contained in:
parent
9d80ff5a05
commit
c7e01b139d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user