aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/plume/deploy/plume.hcl8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/plume/deploy/plume.hcl b/app/plume/deploy/plume.hcl
index 5bb62f7..14f460e 100644
--- a/app/plume/deploy/plume.hcl
+++ b/app/plume/deploy/plume.hcl
@@ -1,4 +1,4 @@
-job "plume" {
+job "plume-blog" {
datacenters = ["dc1"]
type = "service"
@@ -70,6 +70,12 @@ job "plume" {
}
}
}
+ restart {
+ interval = "30m"
+ attempts = 20
+ delay = "15s"
+ mode = "delay"
+ }
}
}
}