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