forked from instana/robot-shop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdispatch.json
44 lines (44 loc) · 978 Bytes
/
dispatch.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
{
"id": "/robotshop/dispatch",
"backoffFactor": 1.15,
"backoffSeconds": 30,
"container": {
"portMappings": [],
"type": "DOCKER",
"volumes": [],
"docker": {
"image": "robotshop/rs-dispatch:latest",
"forcePullImage": false,
"privileged": false,
"parameters": []
}
},
"cpus": 0.2,
"disk": 0,
"env": {
"AMQP_HOST": "robotshoprabbitmq.marathon.l4lb.thisdcos.directory"
},
"instances": 1,
"maxLaunchDelaySeconds": 900,
"mem": 128,
"gpus": 0,
"networks": [
{
"name": "dcos",
"mode": "container"
}
],
"requirePorts": false,
"upgradeStrategy": {
"maximumOverCapacity": 1,
"minimumHealthCapacity": 1
},
"killSelection": "YOUNGEST_FIRST",
"unreachableStrategy": {
"inactiveAfterSeconds": 0,
"expungeAfterSeconds": 0
},
"healthChecks": [],
"fetch": [],
"constraints": []
}