Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/install/installer/pkg/config/v1/testdata/envvars/aws/envvars.yaml
2505 views
1
# Copyright (c) 2022 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
envvars:
6
DB_INCLUSTER_ENABLED: "0"
7
DB_EXTERNAL_CERTIFICATE_NAME: database-secret
8
DOMAIN: gitpod.io
9
REGISTRY_INCLUSTER_ENABLED: "1"
10
REGISTRY_INCLUSTER_STORAGE_S3_BUCKET_NAME: container-s3-bucket
11
REGISTRY_INCLUSTER_STORAGE_S3_CERTIFICATE_NAME: container-s3-secret
12
REGISTRY_INCLUSTER_STORAGE_S3_ENDPOINT: container-s3-bucket.com
13
REGISTRY_INCLUSTER_STORAGE_S3_REGION: container-s3-region
14
REGISTRY_INCLUSTER_STORAGE: s3
15
STORE_PROVIDER: s3
16
STORE_REGION: s3-region
17
STORE_S3_BUCKET: s3-bucket
18
STORE_S3_CREDENTIALS_NAME: s3-secret
19
STORE_S3_ENDPOINT: s3-endpoint.com
20
21