Allow bypass of healthcheck
This commit is contained in:
parent
157005ae7b
commit
04bdef01b8
@ -78,6 +78,7 @@ job "[[.name]]" {
|
||||
}
|
||||
[[ end ]]
|
||||
|
||||
[[ if not (eq .healthcheck "") -]]
|
||||
check {
|
||||
type = "http"
|
||||
path = "[[ or .healthcheck "/" ]]"
|
||||
@ -85,6 +86,7 @@ job "[[.name]]" {
|
||||
interval = "10s"
|
||||
timeout = "10s"
|
||||
}
|
||||
[[ end -]]
|
||||
|
||||
tags = [
|
||||
[[ if default false .ingress -]]
|
||||
|
Loading…
Reference in New Issue
Block a user