Files
robot-shop/DCOS/manifest/payment.json
2018-06-08 09:24:52 -05:00

52 lines
1.1 KiB
JSON

{
"id": "/robotshop/payment",
"backoffFactor": 1.15,
"backoffSeconds": 30,
"container": {
"portMappings": [
{
"containerPort": 0,
"labels": {
"VIP_0": "/robotshop/payment:8080"
},
"servicePort": 10009
}
],
"type": "DOCKER",
"volumes": [],
"docker": {
"image": "robotshop/rs-payment: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": []
}