Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/install/installer/third_party/charts/minio/values.yaml
2500 views
1
# Copyright (c) 2021 Gitpod GmbH. All rights reserved.
2
# Licensed under the GNU Affero General Public License (AGPL).
3
# See License.AGPL.txt in the project root for license information.
4
5
minio:
6
fullnameOverride: minio
7
serviceAccount:
8
create: true
9
name: minio
10
resources:
11
requests:
12
# defaults to 4GB, set to 2GB to be able to start on smaller instances
13
memory: 2G
14
extraEnvVars:
15
- name: MINIO_SKIP_CLIENT
16
value: "yes"
17
18