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 +