ansible-k3s/templates/consul.d/k3s.hcl.j2

17 lines
238 B
Plaintext
Raw Normal View History

2024-08-04 09:54:53 +00:00
service {
name = "k3s"
id = "k3s"
port = 6443
tags = []
check
{
id = "check-k3s",
name = "k3s status check",
service_id = "k3s",
tcp = "localhost:6443",
interval = "5s",
timeout = "5s"
}
}