Update traefik to v3 using canary

This commit is contained in:
IamTheFij 2024-05-28 11:43:46 -07:00
parent bdfde48bec
commit 205388f283

View File

@ -14,9 +14,11 @@ job "traefik" {
update {
max_parallel = 1
# canary = 1
# auto_promote = true
canary = 1
auto_promote = false
auto_revert = true
min_healthy_time = "30s"
healthy_deadline = "5m"
}
group "traefik" {
@ -88,7 +90,7 @@ job "traefik" {
}
config {
image = "traefik:2.10"
image = "traefik:3.0"
ports = ["web", "websecure", "syslog", "gitssh", "metrics"]
network_mode = "host"