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

13 lines
194 B
JSON
Raw Normal View History

{
"service": {
"name": "grafana",
2020-10-17 06:33:16 +00:00
"port": 3000,
"check":{
"tcp": "localhost:3000",
"tls_skip_verify": false,
"interval": "60s",
"timeout": "1s"
}
}
}