mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/minio] service.port is not mapped properly (#12173)
Signed-off-by: Garcia de la Villa, Alvaro <a.garcia@webberis.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e9b0beef05
commit
a0c842a869
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Minio is a high performance distributed object storage server, designed for large-scale private cloud infrastructure.
|
||||
name: minio
|
||||
version: 2.4.7
|
||||
version: 2.4.8
|
||||
appVersion: RELEASE.2019-02-12T21-58-47Z
|
||||
keywords:
|
||||
- storage
|
||||
|
||||
@@ -29,8 +29,8 @@ spec:
|
||||
{{- end }}
|
||||
ports:
|
||||
- name: service
|
||||
port: 9000
|
||||
targetPort: {{ .Values.service.port }}
|
||||
port: {{ .Values.service.port }}
|
||||
targetPort: 9000
|
||||
protocol: TCP
|
||||
{{- if (and (eq .Values.service.type "NodePort") ( .Values.service.nodePort)) }}
|
||||
nodePort: {{ .Values.service.nodePort }}
|
||||
|
||||
Reference in New Issue
Block a user