nomad

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

commit 21f78f79ba49240f4156488980e9787308361a36
parent 5fcfe566d73ca55b47b72a0f97e6d0db11f05956
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Tue, 19 Sep 2023 12:53:27 +0200

feat(hivedav): add http service

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

diff --git a/hcl/default/hivedav-demo/hivedav-demo.nomad b/hcl/default/hivedav-demo/hivedav-demo.nomad @@ -24,7 +24,12 @@ job "hivedav-demo" { } service { + port = "hivedav" + tags = ["http", "hivedav"] + } + service { port = "https" + tags = ["https"] } task "nginx" {