nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests

commit c23a298dfade9e7656a74ad38692975b89c9ba85
parent 1a5f417b221300953f9632e35c7c7ba16b8a9653
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Tue, 19 Sep 2023 16:08:22 +0200

feat(hivedav): use healthz for https svc

Diffstat:
Mhcl/default/hivedav-demo/hivedav-demo.nomad | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/hcl/default/hivedav-demo/hivedav-demo.nomad b/hcl/default/hivedav-demo/hivedav-demo.nomad @@ -36,6 +36,12 @@ job "hivedav-demo" { service { port = "https" tags = ["https"] + check { + type = "http" + interval = "10s" + timeout = "5s" + path = "/healthz" + } } task "nginx" {