Skip to content

Commit

Permalink
Create redis-cluster-util.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pkazi authored Mar 13, 2019
1 parent 9a63b13 commit a8ca39d
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions Redis/redis-cluster-util.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"id": "/infrastructure/redis-cluster-util",
"backoffFactor": 1.15,
"backoffSeconds": 1,
"constraints": [
[
"NODE_TYPE",
"IS",
"stateless"
]
],
"container": {
"type": "DOCKER",
"volumes": [
{
"containerPath": "/backup",
"hostPath": "backups",
"mode": "RW"
}
],
"docker": {
"image": "parvezkazi13/redis-util",
"forcePullImage": true,
"privileged": false,
"parameters": []
}
},
"cpus": 0.25,
"disk": 0,
"fetch": [],
"instances": 1,
"maxLaunchDelaySeconds": 3600,
"mem": 4096,
"gpus": 0,
"networks": [
{
"mode": "host"
}
],
"portDefinitions": [],
"requirePorts": true,
"upgradeStrategy": {
"maximumOverCapacity": 0,
"minimumHealthCapacity": 0.5
},
"killSelection": "YOUNGEST_FIRST",
"unreachableStrategy": {
"inactiveAfterSeconds": 300,
"expungeAfterSeconds": 600
},
"healthChecks": []
}

0 comments on commit a8ca39d

Please sign in to comment.