mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* [ws-manager-mk2] Scrub status fields, add vscode launch.json * Fix scrubber panic on unexported pointer
72 lines
1.9 KiB
JSON
72 lines
1.9 KiB
JSON
{
|
|
"manager": {
|
|
"namespace": "staging-cw-io-limit-hack",
|
|
"schedulerName": "",
|
|
"secretsNamespace": "workspace-secrets",
|
|
"seccompProfile": "localhost/workspace_default_cw-ws-manager-mk2.1.json",
|
|
"timeouts": {
|
|
"startup": "1h0m0s",
|
|
"initialization": "30m0s",
|
|
"regularWorkspace": "30m0s",
|
|
"maxLifetime": "36h0m0s",
|
|
"headlessWorkspace": "1h0m0s",
|
|
"afterClose": "2m0s",
|
|
"contentFinalization": "1h0m0s",
|
|
"stopping": "1h0m0s",
|
|
"interrupted": "5m0s"
|
|
},
|
|
"initProbe": {
|
|
"timeout": "1s"
|
|
},
|
|
"urlTemplate": "https://{{ .Prefix }}.ws.foo.com",
|
|
"portUrlTemplate": "https://{{ .WorkspacePort }}-{{ .Prefix }}.ws.foo.com",
|
|
"workspaceHostPath": "/var/gitpod/workspaces",
|
|
"heartbeatInterval": "30s",
|
|
"hostURL": "https://foo.com",
|
|
"reconnectionInterval": "30s",
|
|
"wsdaemon": {
|
|
"port": 8080,
|
|
"tls": {
|
|
"ca": "/ws-daemon-tls-certs/ca.crt",
|
|
"crt": "/ws-daemon-tls-certs/tls.crt",
|
|
"key": "/ws-daemon-tls-certs/tls.key"
|
|
}
|
|
},
|
|
"registryFacadeHost": "reg.foo.com:20000",
|
|
"workspaceClusterHost": "ws.foo.com"
|
|
},
|
|
"content": {
|
|
"storage": {
|
|
"stage": "",
|
|
"kind": "minio",
|
|
"gcloud": {
|
|
"credentialsFile": "",
|
|
"region": "",
|
|
"projectId": ""
|
|
},
|
|
"minio": {
|
|
"endpoint": "minio.default.svc.cluster.local:9000",
|
|
"accessKey": "6BYlUKCJraAbBy5U35A4",
|
|
"accessKeyFile": "",
|
|
"secretKey": "ClclNAidlUwP2ESwEsXt",
|
|
"secretKeyFile": "",
|
|
"region": "local"
|
|
},
|
|
"blobQuota": 5368709120
|
|
}
|
|
},
|
|
"rpcServer": {
|
|
"addr": ":8080",
|
|
"ratelimits": {}
|
|
},
|
|
"imageBuilderProxy": {
|
|
"targetAddr": "image-builder-mk3.default.svc.cluster.local:8080"
|
|
},
|
|
"pprof": {
|
|
"addr": "localhost:6060"
|
|
},
|
|
"prometheus": {
|
|
"addr": "127.0.0.1:9500"
|
|
}
|
|
}
|