koffing/containerpilot.json
Ildar Galeev 3ee25fbe2e FE-142: update to Angular 2 (#58)
Angular 2 migration
2016-12-22 18:09:40 +03:00

13 lines
286 B
JSON

{
"consul": "{{ .CONSUL_ADDR }}",
"services": [
{
"name": "{{ .SERVICE_NAME }}",
"port": 8080,
"health": "/usr/bin/curl --silent --show-error --output /dev/null localhost:8080",
"poll": 1,
"ttl": 2,
"interfaces": ["inet6", "inet"]
}
]
}