Skip to content

Instantly share code, notes, and snippets.

@wbuchwalter
Created October 11, 2016 15:57
Show Gist options
  • Save wbuchwalter/bf02e8ffe6af1f269dc5df419f2c0a6b to your computer and use it in GitHub Desktop.
Save wbuchwalter/bf02e8ffe6af1f269dc5df419f2c0a6b to your computer and use it in GitHub Desktop.
{
"id": "/nginx3",
"cmd": null,
"cpus": 0.0625,
"mem": 128,
"disk": 64,
"container": {
"type": "DOCKER",
"volumes": [],
"docker": {
"image": "nginx:1.9.14",
"network": "BRIDGE",
"portMappings": [
{
"containerPort": 80,
"hostPort": 8080,
"servicePort": 0,
"protocol": "tcp"
}
],
"privileged": false,
"parameters": [],
"forcePullImage": false
}
},
"instances": 1,
"maxLaunchDelaySeconds": 60,
"upgradeStrategy": {
"minimumHealthCapacity": 0.9,
"maximumOverCapacity": 0.2
},
"uris": [],
"portDefinitions": [
{
"port": 10008,
"protocol": "tcp",
"labels": {
"VIP_0": "1.1.1.1:1000"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment