mirror of
https://github.com/minio/minio.git
synced 2025-01-26 06:03:17 -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)) }}
|
{{- if (and (eq .Values.service.type "NodePort") ( .Values.service.nodePort)) }}
|
||||||
nodePort: {{ .Values.service.nodePort }}
|
nodePort: {{ .Values.service.nodePort }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
targetPort: 9000
|
targetPort: {{ .Values.service.port }}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
{{- if .Values.service.externalIPs }}
|
{{- if .Values.service.externalIPs }}
|
||||||
externalIPs:
|
externalIPs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user