forked from Deuxfleurs/infrastructure
Add update stanza
This commit is contained in:
parent
61d009f18d
commit
172ab4c4d7
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ job "dbx86" {
|
||||||
value = "amd64"
|
value = "amd64"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
update {
|
||||||
|
max_parallel = 1
|
||||||
|
stagger = "5m"
|
||||||
|
}
|
||||||
|
|
||||||
group "postgres" {
|
group "postgres" {
|
||||||
task "sentinel" {
|
task "sentinel" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
Loading…
Reference in a new issue