forked from instana/robot-shop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrabbitmq.json
56 lines (56 loc) · 1.2 KB
/
rabbitmq.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
50
51
52
53
54
55
56
{
"id": "/robotshop/rabbitmq",
"backoffFactor": 1.15,
"backoffSeconds": 30,
"container": {
"portMappings": [
{
"containerPort": 0,
"labels": {
"VIP_0": "/robotshop/rabbitmq:5672"
},
"servicePort": 10004
},
{
"containerPort": 0,
"labels": {
"VIP_1": "/robotshop/rabbitmq:15672"
},
"servicePort": 10005
}
],
"type": "DOCKER",
"volumes": [],
"docker": {
"image": "rabbitmq:3.7-management-alpine",
"forcePullImage": false,
"privileged": false,
"parameters": []
}
},
"cpus": 0.2,
"disk": 0,
"instances": 1,
"maxLaunchDelaySeconds": 900,
"mem": 256,
"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": []
}