mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
29 lines
719 B
JSON
29 lines
719 B
JSON
{
|
|
"namespace": "default",
|
|
"ingress": {
|
|
"address": "8080",
|
|
"https": false,
|
|
"header": "x-wsproxy-host"
|
|
},
|
|
"proxy": {
|
|
"transportConfig": {
|
|
"connectTimeout": "10s",
|
|
"idleConnTimeout": "60s",
|
|
"maxIdleConns": 0,
|
|
"maxIdleConnsPerHost": 100
|
|
},
|
|
"gitpodInstallation": {
|
|
"scheme": "http",
|
|
"hostName": "gpl-portal.staging.gitpod-dev.com",
|
|
"workspaceHostSuffix": ".ws-dev.gpl-portal.staging.gitpod-dev.com",
|
|
"workspaceHostSuffixRegex": "\\.ws[^\\.]*\\.gpl-portal\\.staging\\.gitpod-dev\\.com"
|
|
},
|
|
"workspacePodConfig": {
|
|
"theiaPort": 23000,
|
|
"supervisorPort": 22999
|
|
},
|
|
"builtinPages": {
|
|
"location": "public/"
|
|
}
|
|
}
|
|
} |