itamae/cookbooks/consul/files/etc/consul.d/service-consul.json

13 lines
196 B
JSON
Raw Normal View History

2019-03-03 08:50:49 +00:00
{
"service": {
"name": "consul",
2020-10-17 05:16:44 +00:00
"port": 8600,
"check":{
"tcp": "localhost:8600",
"interval": "60s",
"timeout": "1s",
"success_before_passing": 3
}
2019-03-03 08:50:49 +00:00
}
}