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

49 lines
1.0 KiB
JSON

{
"id": "/robotshop/mysql",
"backoffFactor": 1.15,
"backoffSeconds": 30,
"container": {
"portMappings": [
{
"containerPort": 0,
"labels": {
"VIP_0": "/robotshop/mysql:3306"
},
"servicePort": 10000
}
],
"type": "DOCKER",
"volumes": [],
"docker": {
"image": "robotshop/rs-shipping-db:latest",
"forcePullImage": false,
"privileged": false,
"parameters": []
}
},
"cpus": 0.2,
"disk": 0,
"instances": 1,
"maxLaunchDelaySeconds": 900,
"mem": 512,
"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": []
}