From a2f8e11d06f5232e1100fe278fc579c80f9970d0 Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 28 Dec 2020 10:49:09 +0100 Subject: Migrate plume+diagnet+web_static --- app/deployment/plume.hcl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/deployment/plume.hcl') 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 { -- cgit v1.2.3