mirror of
https://github.com/valitydev/koffing.git
synced 2024-11-06 01:05:19 +00:00
14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"consul": "{{ .CONSUL_ADDR }}:8500",
|
|
"services": [
|
|
{
|
|
"name": "koffing",
|
|
"port": 80,
|
|
"health": "/usr/bin/curl --silent --show-error --output /dev/null localhost:80",
|
|
"poll": 1,
|
|
"ttl": 2,
|
|
"interfaces": ["eth0"]
|
|
}
|
|
]
|
|
}
|