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

49 lines
1.0 KiB
JSON

{
"id": "/robotshop/redis",
"backoffFactor": 1.15,
"backoffSeconds": 30,
"container": {
"portMappings": [
{
"containerPort": 0,
"labels": {
"VIP_0": "/robotshop/redis:6379"
},
"servicePort": 10003
}
],
"type": "DOCKER",
"volumes": [],
"docker": {
"image": "redis:4.0.6",
"forcePullImage": false,
"privileged": false,
"parameters": []
}
},
"cpus": 0.2,
"disk": 0,
"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": []
}