aboutsummaryrefslogtreecommitdiff
path: root/app/deployment/plume.hcl
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-12-28 10:49:09 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-12-28 10:49:09 +0100
commita2f8e11d06f5232e1100fe278fc579c80f9970d0 (patch)
tree8d494dc0b5d486ef83673e1f525c1492601f1b92 /app/deployment/plume.hcl
parent48db0185a45e8682ab7dac53e836d6114c54b35e (diff)
downloadinfrastructure-a2f8e11d06f5232e1100fe278fc579c80f9970d0.tar.gz
infrastructure-a2f8e11d06f5232e1100fe278fc579c80f9970d0.zip
Migrate plume+diagnet+web_static
Diffstat (limited to 'app/deployment/plume.hcl')
-rw-r--r--app/deployment/plume.hcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/deployment/plume.hcl b/app/deployment/plume.hcl
index 9010570..59ec28a 100644
--- a/app/deployment/plume.hcl
+++ b/app/deployment/plume.hcl
@@ -50,8 +50,10 @@ job "plume" {
port = "web_port"
address_mode = "host"
check {
- type = "tcp"
+ type = "http"
+ protocol = "http"
port = "web_port"
+ path = "/"
interval = "60s"
timeout = "5s"
check_restart {