[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:
Alvaro Garcia
2019-03-13 18:56:34 -07:00
committed by Kubernetes Prow Robot
parent e9b0beef05
commit a0c842a869
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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 }}