proxy-mocketbank/containerpilot.json
Anatoly Cherkasov 23d3d5ec9c PROX-34: Made a sketch of the skeleton of the application (#1)
* PROX-34: Made a sketch of the skeleton of the application

* PROX-34: uncomment Ignore

* PROX-34: uncomment card

* PROX-34: removed snapshot
2016-12-15 13:14:13 +03:00

14 lines
322 B
JSON

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