ansible-k3s/templates/consul.d/k3s.hcl.j2
2024-08-04 11:54:53 +02:00

17 lines
238 B
Django/Jinja

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"
}
}