Skip to content

Instantly share code, notes, and snippets.

@zenvdeluca
Created May 2, 2015 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zenvdeluca/68d22645b87708822662 to your computer and use it in GitHub Desktop.
Save zenvdeluca/68d22645b87708822662 to your computer and use it in GitHub Desktop.
{
"service": {
"name": "web",
"id": "web",
"tags": [
"production"
],
"port": 80,
"check": {
"id": "api",
"name": "HTTP API on port 80",
"http": "http://localhost:80/health",
"interval": "10s",
"timeout": "1s"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment