mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
f9fd0ec818
commit
b86077c276
@@ -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
|
||||
|
||||
@@ -84,6 +84,8 @@ spec:
|
||||
{{- end}}
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /minio/health/live
|
||||
port: service
|
||||
{{- if .Values.tls.enabled }}
|
||||
scheme: HTTPS
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user