Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/ws-manager-mk2/example-config.json
2492 views
1
{
2
"manager": {
3
"namespace": "staging-cw-io-limit-hack",
4
"schedulerName": "",
5
"secretsNamespace": "workspace-secrets",
6
"seccompProfile": "localhost/workspace_default_cw-ws-manager-mk2.1.json",
7
"timeouts": {
8
"startup": "1h0m0s",
9
"initialization": "30m0s",
10
"regularWorkspace": "30m0s",
11
"maxLifetime": "36h0m0s",
12
"headlessWorkspace": "1h0m0s",
13
"afterClose": "2m0s",
14
"contentFinalization": "1h0m0s",
15
"stopping": "1h0m0s",
16
"interrupted": "5m0s"
17
},
18
"initProbe": {
19
"timeout": "1s"
20
},
21
"urlTemplate": "https://{{ .Prefix }}.ws.foo.com",
22
"portUrlTemplate": "https://{{ .WorkspacePort }}-{{ .Prefix }}.ws.foo.com",
23
"workspaceHostPath": "/var/gitpod/workspaces",
24
"heartbeatInterval": "30s",
25
"hostURL": "https://foo.com",
26
"reconnectionInterval": "30s",
27
"wsdaemon": {
28
"port": 8080,
29
"tls": {
30
"ca": "/ws-daemon-tls-certs/ca.crt",
31
"crt": "/ws-daemon-tls-certs/tls.crt",
32
"key": "/ws-daemon-tls-certs/tls.key"
33
}
34
},
35
"registryFacadeHost": "reg.foo.com:20000",
36
"workspaceClusterHost": "ws.foo.com"
37
},
38
"content": {
39
"storage": {
40
"stage": "",
41
"kind": "minio",
42
"gcloud": {
43
"credentialsFile": "",
44
"region": "",
45
"projectId": ""
46
},
47
"minio": {
48
"endpoint": "minio.default.svc.cluster.local:9000",
49
"accessKey": "6BYlUKCJraAbBy5U35A4",
50
"accessKeyFile": "",
51
"secretKey": "ClclNAidlUwP2ESwEsXt",
52
"secretKeyFile": "",
53
"region": "local"
54
},
55
"blobQuota": 5368709120
56
}
57
},
58
"rpcServer": {
59
"addr": ":8080",
60
"ratelimits": {}
61
},
62
"imageBuilderProxy": {
63
"targetAddr": "image-builder-mk3.default.svc.cluster.local:8080"
64
},
65
"pprof": {
66
"addr": "localhost:6060"
67
},
68
"prometheus": {
69
"addr": "127.0.0.1:9500"
70
}
71
}
72
73