consul: grrrrr hclfmt test resource file

This commit is contained in:
Seth Hoenig 2020-08-10 09:38:45 -05:00
parent fd4804bf26
commit 546a724d1c
1 changed files with 8 additions and 8 deletions

View File

@ -10,14 +10,14 @@ job "check_pass_fail" {
port = "http"
check {
name = "check-name"
type = "http"
path = "/"
method = "POST"
interval = "10s"
timeout = "2s"
initial_status = "passing"
success_before_passing = 3
name = "check-name"
type = "http"
path = "/"
method = "POST"
interval = "10s"
timeout = "2s"
initial_status = "passing"
success_before_passing = 3
failures_before_critical = 4
}
}