hellgate/containerpilot.json

14 lines
287 B
JSON
Raw Normal View History

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