hashipi

Raspberry Pi Test Cluster for HashiCorp Vault, Nomad and Consul
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | README

commit 27434b0301b144ca5dd018fd310c90d496ac8b05
parent b8921ed465349f5548cb4be8da274fbec13d3411
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Wed, 19 Jul 2023 23:39:55 +0200

feat(nomad): reset raft_multiplier to 5

Diffstat:
Mconsul.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consul.sh b/consul.sh @@ -56,7 +56,7 @@ addresses { bind_addr = "{{GetPrivateInterfaces | exclude \"type\" \"IPv6\" | include \"name\" \"eth0\" | attr \"address\" }}" performance { - raft_multiplier = 1 + raft_multiplier = 5 } EOF