mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 10:35:18 +00:00
14 lines
337 B
JSON
14 lines
337 B
JSON
{
|
|
"consul": "{{ .CONSUL_ADDR }}",
|
|
"services": [
|
|
{
|
|
"name": "{{ .SERVICE_NAME }}",
|
|
"port": 8080,
|
|
"health": "/usr/bin/curl --silent --show-error --output /dev/null localhost:8080",
|
|
"poll": 1,
|
|
"ttl": 2,
|
|
"interfaces": ["inet6", "inet"]
|
|
}
|
|
]
|
|
}
|