mirror of
https://github.com/valitydev/hellgate.git
synced 2024-11-06 10:55:22 +00:00
933a7cf214
* cpilot: ipv6 addr is preferable * use more templates * bump up build image
14 lines
287 B
JSON
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"]
|
|
}
|
|
]
|
|
}
|