diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-12-28 10:49:09 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-12-28 10:49:09 +0100 |
commit | a2f8e11d06f5232e1100fe278fc579c80f9970d0 (patch) | |
tree | 8d494dc0b5d486ef83673e1f525c1492601f1b92 /app/deployment/plume.hcl | |
parent | 48db0185a45e8682ab7dac53e836d6114c54b35e (diff) | |
download | infrastructure-a2f8e11d06f5232e1100fe278fc579c80f9970d0.tar.gz infrastructure-a2f8e11d06f5232e1100fe278fc579c80f9970d0.zip |
Migrate plume+diagnet+web_static
Diffstat (limited to 'app/deployment/plume.hcl')
-rw-r--r-- | app/deployment/plume.hcl | 4 |
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 { |