[stable/minio] fix accidental removal of a liveness probe (#10668)

related to issue : https://github.com/helm/charts/issues/10667
[stable/minio] bump chart version

Signed-off-by: Sebastien Gandon <sgandon@talend.com>
This commit is contained in:
sgandon
2019-01-15 08:29:48 -08:00
committed by Kubernetes Prow Robot
parent f9fd0ec818
commit b86077c276
2 changed files with 3 additions and 1 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.3.3
version: 2.3.4
appVersion: RELEASE.2018-12-06T01-27-43Z
keywords:
- storage
+2
View File
@@ -84,6 +84,8 @@ spec:
{{- end}}
livenessProbe:
httpGet:
path: /minio/health/live
port: service
{{- if .Values.tls.enabled }}
scheme: HTTPS
{{- end }}