dominant/containerpilot.json
Anton Belyaev ae1be4af62 MSPF-97: update pilot config (#8)
* MSPF-97: update cpilot config; bump up build img

* MSPF-97: just use the env var
2016-10-12 07:20:58 +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"]
}
]
}