Fix traefik deployment
Not enough hosts for a 2+1 canary deployment
This commit is contained in:
parent
ac4059ca45
commit
a19a86e115
@ -14,11 +14,12 @@ job "traefik" {
|
|||||||
|
|
||||||
update {
|
update {
|
||||||
max_parallel = 1
|
max_parallel = 1
|
||||||
canary = 1
|
|
||||||
auto_promote = false
|
|
||||||
auto_revert = true
|
|
||||||
min_healthy_time = "30s"
|
min_healthy_time = "30s"
|
||||||
healthy_deadline = "5m"
|
healthy_deadline = "5m"
|
||||||
|
auto_revert = true
|
||||||
|
# Cannot do canary unless I have an unallocated host
|
||||||
|
# canary = 1
|
||||||
|
# auto_promote = false
|
||||||
}
|
}
|
||||||
|
|
||||||
group "traefik" {
|
group "traefik" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user