itamae/cookbooks/gitea/files/etc/consul.d/service-go-mmproxy.json

13 lines
202 B
JSON
Raw Normal View History

2020-11-01 05:50:37 +00:00
{
"service": {
"name": "go-mmproxy",
"port": 50021,
"check":{
"tcp": "localhost:50021",
"interval": "60s",
"timeout": "1s",
"success_before_passing": 3
}
}
}