Skip to content

Instantly share code, notes, and snippets.

@mdobson
Created December 19, 2014 21:26
Show Gist options
  • Save mdobson/c459a3c5db9dee57da38 to your computer and use it in GitHub Desktop.
Save mdobson/c459a3c5db9dee57da38 to your computer and use it in GitHub Desktop.
{
"id": "node-hello",
"container": {
"docker": {
"image": "gedex/docker-ubuntu-nodejs-hello"
},
"type": "DOCKER"
},
"healthChecks": [
{
"protocol": "HTTP",
"portIndex": 0,
"path": "/",
"gracePeriodSeconds": 5,
"intervalSeconds": 20,
"maxConsecutiveFailures": 3
}
],
"cmd": "",
"cpus": 1,
"mem": 500,
"instances": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment