hashipi

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

commit 48caf849cafaf86d17cddded3d7f2c25ffc84a02
parent c710c3c6d6c48e703745f61a50ad81f2deb084df
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Thu,  4 Jul 2024 00:23:27 +0200

feat(bootstrap): add haproxy insecure registry

Diffstat:
Mbootstrap.sh | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/bootstrap.sh b/bootstrap.sh @@ -38,11 +38,14 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y jq podman cloud-init \ # Configure insecure local registry cat << EOF > /etc/containers/registries.conf -unqualified-search-registries = ['127.0.0.1:5000', 'docker.io'] +unqualified-search-registries = ['127.0.0.1:5000', 'haproxy.lan:5000', 'docker.io'] [[registry]] location = "127.0.0.1:5000" insecure = true +[[registry]] +location = "haproxy.lan:5000" +insecure = true EOF # Set up no-password sudo