hellgate/containerpilot.json
Anton Belyaev 933a7cf214 MSPF-97: update pilot config (#29)
* cpilot: ipv6 addr is preferable
* use more templates
* bump up build image
2016-10-12 10:20:22 +03:00

14 lines
287 B
JSON

{
"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"]
}
]
}