mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 05:00:22 +03:00
helm: service port set to minioAPIPort in helm (#15223)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user