jenkins and traefik
This commit is contained in:
@@ -28,7 +28,7 @@ job "traefik" {
|
|||||||
name = "alive"
|
name = "alive"
|
||||||
type = "tcp"
|
type = "tcp"
|
||||||
port = "http"
|
port = "http"
|
||||||
interval = "60s"
|
interval = "120s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ job "traefik" {
|
|||||||
name = "alive"
|
name = "alive"
|
||||||
type = "tcp"
|
type = "tcp"
|
||||||
port = "api"
|
port = "api"
|
||||||
interval = "60s"
|
interval = "120s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ job "jenkins" {
|
|||||||
|
|
||||||
restart {
|
restart {
|
||||||
attempts = 5
|
attempts = 5
|
||||||
delay = "60s"
|
delay = "300s"
|
||||||
}
|
}
|
||||||
|
|
||||||
task "jenkins" {
|
task "jenkins" {
|
||||||
|
|||||||
Reference in New Issue
Block a user