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/expect.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
containerRegistry:
6
inCluster: true
7
s3storage:
8
bucket: container-s3-bucket
9
endpoint: container-s3-bucket.com
10
region: container-s3-region
11
certificate:
12
kind: secret
13
name: container-s3-secret
14
database:
15
inCluster: false
16
external:
17
certificate:
18
kind: secret
19
name: database-secret
20
domain: gitpod.io
21
metadata:
22
region: s3-region
23
objectStorage:
24
inCluster: false
25
s3:
26
endpoint: s3-endpoint.com
27
credentials:
28
kind: secret
29
name: s3-secret
30
bucket: s3-bucket
31
32