jenkins and traefik

This commit is contained in:
2023-10-17 20:07:25 +02:00
parent c5faffc768
commit 2a7e8142c3
2 changed files with 3 additions and 3 deletions

View File

@@ -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"
}

View File

@@ -33,7 +33,7 @@ job "jenkins" {
restart {
attempts = 5
delay = "60s"
delay = "300s"
}
task "jenkins" {