From 172ab4c4d751b8d182137d97577c98a7192f7058 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 11 Jul 2019 22:29:35 +0200 Subject: [PATCH] Add update stanza --- nomad/postgres-amd64.hcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nomad/postgres-amd64.hcl b/nomad/postgres-amd64.hcl index 9065d10..0a6369a 100644 --- a/nomad/postgres-amd64.hcl +++ b/nomad/postgres-amd64.hcl @@ -7,6 +7,11 @@ job "dbx86" { value = "amd64" } + update { + max_parallel = 1 + stagger = "5m" + } + group "postgres" { task "sentinel" { driver = "docker"