diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index 2479ec2521..f4388228d3 100755 --- a/stable/minio/Chart.yaml +++ b/stable/minio/Chart.yaml @@ -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 diff --git a/stable/minio/templates/statefulset.yaml b/stable/minio/templates/statefulset.yaml index 129675f518..fd07faa811 100644 --- a/stable/minio/templates/statefulset.yaml +++ b/stable/minio/templates/statefulset.yaml @@ -84,6 +84,8 @@ spec: {{- end}} livenessProbe: httpGet: + path: /minio/health/live + port: service {{- if .Values.tls.enabled }} scheme: HTTPS {{- end }}