Skip to content

Instantly share code, notes, and snippets.

@brndnmtthws
Created December 8, 2015 17:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brndnmtthws/c59725c28b6a9a91900f to your computer and use it in GitHub Desktop.
Save brndnmtthws/c59725c28b6a9a91900f to your computer and use it in GitHub Desktop.
{
"id": "marathon-lb-autoscale",
"args":[
"--marathon", "http://leader.mesos:8080",
"--haproxy", "http://marathon-lb.marathon.mesos:9090",
"--target-rps", "100",
"--apps", "nginx_10000",
"--interval", "3"
],
"cpus": 0.1,
"mem": 16.0,
"instances": 1,
"container": {
"type": "DOCKER",
"docker": {
"image": "brndnmtthws/marathon-lb-autoscale",
"network": "HOST",
"forcePullImage": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment