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

13 lines
202 B
JSON

{
"service": {
"name": "go-mmproxy",
"port": 50021,
"check":{
"tcp": "localhost:50021",
"interval": "60s",
"timeout": "1s",
"success_before_passing": 3
}
}
}