aboutsummaryrefslogtreecommitdiff
path: root/app/deployment/plume.hcl
diff options
context:
space:
mode:
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 {