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