17 lines
238 B
Plaintext
17 lines
238 B
Plaintext
|
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"
|
||
|
}
|
||
|
}
|
||
|
|