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

13 lines
196 B
JSON

{
"service": {
"name": "gitea",
"port": 3000,
"check":{
"tcp": "localhost:3000",
"interval": "60s",
"timeout": "1s",
"success_before_passing": 3
}
}
}