nomad

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

commit a489972e6852b86c64a3a661341f422ca9179a4a
parent 8960cfa68c320262ad1f4ded713ac61ad5c72c36
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Wed, 19 Jul 2023 15:49:23 +0200

feat(registry): only run on 4 nodes

Diffstat:
Mhcl/infra/registry/simple-registry.nomad | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hcl/infra/registry/simple-registry.nomad b/hcl/infra/registry/simple-registry.nomad @@ -4,7 +4,7 @@ job "simple-registry" { priority = 85 group "server" { - count = 5 + count = 4 volume "registry-data" { type = "csi"