koffing/containerpilot.json
2016-10-07 20:24:57 +03:00

14 lines
267 B
JSON

{
"consul": "{{ .CONSUL_ADDR }}:8500",
"services": [
{
"name": "koffing",
"port": 80,
"health": "/usr/bin/curl --silent --show-error --output /dev/null localhost:80",
"poll": 1,
"ttl": 2,
"interfaces": ["eth0"]
}
]
}