From 205388f2830bdca01a0241d1dc0a2d7bf8dad232 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 28 May 2024 11:43:46 -0700 Subject: [PATCH] Update traefik to v3 using canary --- core/traefik/traefik.nomad | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/core/traefik/traefik.nomad b/core/traefik/traefik.nomad index f4bdeed..a3e0d34 100644 --- a/core/traefik/traefik.nomad +++ b/core/traefik/traefik.nomad @@ -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"