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/gcp/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_CLOUDSQL_SERVICE_ACCOUNT_NAME: gcp-db-service-account
8
DB_CLOUDSQL_INSTANCE: gcp-db-instance
9
DB_CLOUDSQL_ENABLED: "1"
10
DOMAIN: gitpod.io
11
REGISTRY_INCLUSTER_ENABLED: "0"
12
REGISTRY_EXTERNAL_CERTIFICATE_NAME: gcp-reg-secret
13
REGISTRY_URL: gcp-reg-url
14
STORE_PROVIDER: gcp
15
STORE_REGION: gcp-region
16
STORE_GCP_PROJECT: gcp-project-name
17
STORE_GCP_SERVICE_ACCOUNT_NAME: gcp-store-secret
18
19