Skip to content

Instantly share code, notes, and snippets.

@brndnmtthws
Created December 3, 2015 20:23
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brndnmtthws/2ca7e10b985b2ce9f8ee to your computer and use it in GitHub Desktop.
Save brndnmtthws/2ca7e10b985b2ce9f8ee 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"
],
"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