diff --git a/test/minio/8.0.5/README.md b/test/minio/8.0.5/README.md index 0abacd614e1..6c10bc1b176 100755 --- a/test/minio/8.0.5/README.md +++ b/test/minio/8.0.5/README.md @@ -151,7 +151,6 @@ The following table lists the configurable parameters of the MinIO chart and the | `persistence.storageClass` | Storage class name of PVC | `nil` | | `persistence.accessMode` | ReadWriteOnce or ReadOnly | `ReadWriteOnce` | | `persistence.subPath` | Mount a sub directory of the persistent volume if set | `""` | -| `resources.requests.memory` | Memory resource requests | Memory: `4Gi` | | `tls.enabled` | Enable TLS for MinIO server | `false` | | `tls.certSecret` | Kubernetes Secret with `public.crt` and `private.key` files. | `""` | | `environment` | Set MinIO server relevant environment variables in `values.yaml` file. MinIO containers will be passed these variables when they start. | `MINIO_STORAGE_CLASS_STANDARD: EC:4"` | diff --git a/test/minio/8.0.5/templates/deployment.yaml b/test/minio/8.0.5/templates/deployment.yaml index acf7e1530bb..ae6f888a82e 100644 --- a/test/minio/8.0.5/templates/deployment.yaml +++ b/test/minio/8.0.5/templates/deployment.yaml @@ -70,8 +70,6 @@ spec: - name: {{ $key }} value: {{ $val | quote }} {{- end}} - resources: -{{ toYaml .Values.resources | indent 12 }} volumes: - name: export {{- if .Values.persistence.enabled }} diff --git a/test/minio/8.0.5/values.yaml b/test/minio/8.0.5/values.yaml index 131dac66f60..0de1c00ca86 100644 --- a/test/minio/8.0.5/values.yaml +++ b/test/minio/8.0.5/values.yaml @@ -115,13 +115,6 @@ service: # prometheus.io/path: '/minio/prometheus/metrics' # prometheus.io/port: '9000' -## Configure resource requests and limits -## ref: http://kubernetes.io/docs/user-guide/compute-resources/ -## -resources: - requests: - memory: 4Gi - ## Use this field to add environment variables relevant to Minio server. These fields will be passed on to Minio container(s) ## when Chart is deployed environment: