forked from linkerd/linkerd-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
linkerd-viz.json
46 lines (46 loc) · 884 Bytes
/
linkerd-viz.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"id": "linkerd-viz",
"instances": 1,
"cpus": 1.0,
"mem": 512.0,
"acceptedResourceRoles": ["*", "slave_public"],
"maintainer": "[email protected]",
"container": {
"type": "DOCKER",
"docker": {
"image": "buoyantio/linkerd-viz:0.1.7",
"network": "HOST",
"privileged": true
}
},
"args": ["dcos"],
"healthChecks": [
{
"protocol": "HTTP",
"portIndex": 0,
"path": "/",
"gracePeriodSeconds": 5,
"intervalSeconds": 20,
"maxConsecutiveFailures": 3
}
],
"portDefinitions": [
{
"port": 9191,
"protocol": "tcp",
"name": "stats"
},
{
"port": 3000,
"protocol": "tcp",
"name": "public"
}
],
"requirePorts": true,
"env": {
"MARATHON_HOST": "localhost",
"SCRAPE_INTERVAL": "5s",
"PUBLIC_PORT": "3000",
"STATS_PORT": "9191"
}
}