13 lines
187 B
HCL
13 lines
187 B
HCL
|
services {
|
||
|
id = "kanban"
|
||
|
name = "kanban"
|
||
|
port = 3453
|
||
|
checks = [
|
||
|
{
|
||
|
args = ["nc", "-z", "-v", "localhost", "3453"]
|
||
|
interval = "5s"
|
||
|
timeout = "20s"
|
||
|
}
|
||
|
]
|
||
|
}
|