Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/ws-proxy/example-config.json
2492 views
1
{
2
"namespace": "default",
3
"ingress": {
4
"address": "8080",
5
"https": false,
6
"header": "x-wsproxy-host"
7
},
8
"proxy": {
9
"transportConfig": {
10
"connectTimeout": "10s",
11
"idleConnTimeout": "60s",
12
"maxIdleConns": 0,
13
"maxIdleConnsPerHost": 100
14
},
15
"gitpodInstallation": {
16
"scheme": "http",
17
"hostName": "gpl-portal.staging.gitpod-dev.com",
18
"workspaceHostSuffix": ".ws-dev.gpl-portal.staging.gitpod-dev.com",
19
"workspaceHostSuffixRegex": "\\.ws[^\\.]*\\.gpl-portal\\.staging\\.gitpod-dev\\.com"
20
},
21
"workspacePodConfig": {
22
"theiaPort": 23000,
23
"supervisorPort": 22999
24
},
25
"builtinPages": {
26
"location": "public/"
27
}
28
}
29
}
30