Fix traefik deployment

Not enough hosts for a 2+1 canary deployment
This commit is contained in:
IamTheFij 2025-02-24 09:22:10 -08:00
parent ac4059ca45
commit a19a86e115

View File

@ -14,11 +14,12 @@ job "traefik" {
update {
max_parallel = 1
canary = 1
auto_promote = false
auto_revert = true
min_healthy_time = "30s"
healthy_deadline = "5m"
auto_revert = true
# Cannot do canary unless I have an unallocated host
# canary = 1
# auto_promote = false
}
group "traefik" {