Explorar o código

Remove ability to set resources

Waqar Ahmed %!s(int64=5) %!d(string=hai) anos
pai
achega
4917a6214a

+ 0 - 1
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"` |

+ 0 - 2
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 }}

+ 0 - 7
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: