-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarathon.json
49 lines (49 loc) · 1.1 KB
/
marathon.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
47
48
49
{
"id": "/eflame3",
"backoffFactor": 1.15,
"backoffSeconds": 1,
"cmd": "bin/run",
"env": {
"ERL_EPMD_ADDRESS": "10.0.1.206",
"ERL_COOKIE": "minuteman",
"ERL_HOST": "10.0.1.206",
"ERL_REMOTE_NODE": "[email protected]",
"ERL_EPMD_PORT": "61420"
},
"container": {
"docker": {
"image": "drewkerrigan/eflame_wrapper:latest",
"forcePullImage": true,
"privileged": false
},
"type": "DOCKER"
},
"cpus": 0.1,
"disk": 0,
"instances": 1,
"maxLaunchDelaySeconds": 3600,
"mem": 128,
"gpus": 0,
"networks": [
{
"mode": "host"
}
],
"portDefinitions": [
{
"name": "default",
"protocol": "tcp",
"port": 0
}
],
"requirePorts": false,
"upgradeStrategy": {
"maximumOverCapacity": 1,
"minimumHealthCapacity": 1
},
"killSelection": "YOUNGEST_FIRST",
"unreachableStrategy": {
"inactiveAfterSeconds": 300,
"expungeAfterSeconds": 600
}
}