itamae/cookbooks/loki/templates/etc/consul.d/service-loki.json.erb

13 lines
199 B
Plaintext
Raw Normal View History

2020-10-17 05:41:02 +00:00
{
"service": {
"name": "loki",
"port": 3100,
"check":{
"tcp": "<%= @ipaddr %>:3100",
"interval": "60s",
"timeout": "1s",
"success_before_passing": 3
}
}
}