From 6c3845004dba415b8e0cfdb2101b2118e64d31b5 Mon Sep 17 00:00:00 2001 From: homejacob Date: Thu, 2 Oct 2025 10:28:43 +0200 Subject: [PATCH] nfio --- helm/{ => metallb}/Chart.yaml | 0 helm/metallb/values.yaml | 8 ++++++++ 2 files changed, 8 insertions(+) rename helm/{ => metallb}/Chart.yaml (100%) create mode 100644 helm/metallb/values.yaml diff --git a/helm/Chart.yaml b/helm/metallb/Chart.yaml similarity index 100% rename from helm/Chart.yaml rename to helm/metallb/Chart.yaml diff --git a/helm/metallb/values.yaml b/helm/metallb/values.yaml new file mode 100644 index 0000000..9521dc0 --- /dev/null +++ b/helm/metallb/values.yaml @@ -0,0 +1,8 @@ +config: + config: | + address-pools: + - name: default + protocol: layer2 + addresses: + - 192.168.178.200-192.168.178.250 +