From 152fea562600cf72cbb27fd099a448040586746c Mon Sep 17 00:00:00 2001 From: Sidhartha Mani Date: Fri, 11 Jan 2019 19:17:35 -0800 Subject: [PATCH] revert deletion in #10568 (#10569) bump version update documentation Signed-off-by: wlan0 --- stable/minio/Chart.yaml | 2 +- stable/minio/README.md | 2 +- stable/minio/templates/deployment.yaml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index 927f4240f6..2479ec2521 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.2 +version: 2.3.3 appVersion: RELEASE.2018-12-06T01-27-43Z keywords: - storage diff --git a/stable/minio/README.md b/stable/minio/README.md index 299dddbd2a..1bd259ac47 100755 --- a/stable/minio/README.md +++ b/stable/minio/README.md @@ -1,7 +1,7 @@ Minio ===== -[Minio](https://minio.io) is a lightweight, AWS S3 compatible object storage server. It is best suited for storing unstructured data such as photos, videos, log files, backups, VM and container images. Size of an object can range from a few KBs to a maximum of 5TB. Minio server is light enough to be bundled with the application stack, similar to NodeJS, Redis and MySQL. +[Minio](https://minio.io) is a distributed object storage service for high performance, high scale data infrastructures. It is a drop in replacement for AWS S3 in your own environment. It uses erasure coding to provide highly resilient storage that can tolerate failures of upto n/2 nodes. It runs on cloud, container, kubernetes and bare-metal environments. It is simple enough to be deployed in seconds, and can scale to 100s of peta bytes. Minio is suitable for storing objects such as photos, videos, log files, backups, VM and container images. Minio supports [distributed mode](https://docs.minio.io/docs/distributed-minio-quickstart-guide). In distributed mode, you can pool multiple drives (even on different machines) into a single object storage server. diff --git a/stable/minio/templates/deployment.yaml b/stable/minio/templates/deployment.yaml index 4237022582..b9fd73682a 100644 --- a/stable/minio/templates/deployment.yaml +++ b/stable/minio/templates/deployment.yaml @@ -125,6 +125,8 @@ spec: {{- end}} livenessProbe: httpGet: + path: /minio/health/live + port: service {{- if .Values.tls.enabled }} scheme: HTTPS {{- end }}