commit eba1a8d758f866bfa657069c22036fe7d031ce1c parent a489972e6852b86c64a3a661341f422ca9179a4a Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Thu, 20 Jul 2023 23:26:33 +0200 fix: run vault-tls job on 4 nodes only Diffstat:
M | hcl/default/vault-tls/nomad-vault-tls.nomad | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hcl/default/vault-tls/nomad-vault-tls.nomad b/hcl/default/vault-tls/nomad-vault-tls.nomad @@ -28,8 +28,8 @@ job "vault-tls" { } group "vault-tls" { - # All groups in this job should be scheduled on different hosts. - count = 5 + # All groups in this job should be scheduled on different hosts + count = 4 constraint { distinct_hosts = true