Skip to content

Instantly share code, notes, and snippets.

@pranavcode
Created April 1, 2019 09:10
Show Gist options
  • Save pranavcode/dace9532044f89647f44d00a552d1733 to your computer and use it in GitHub Desktop.
Save pranavcode/dace9532044f89647f44d00a552d1733 to your computer and use it in GitHub Desktop.
Velotio - HashiCorp Consul Part 2 - Django Web Application Service Definition
{
"service": {
"name": "web",
"port": 8000,
"tags": [
"web",
"application",
"urlprefix-/web"
],
"check": {
"id": "web_app_status",
"name": "Web Application Status",
"tcp": "localhost:8000",
"interval": "30s",
"timeout": "20s"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment