From a63fe8cb3f5f47a5c73b28e86024c728fd239b32 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 14 May 2024 05:10:12 -0500 Subject: [PATCH] update --- metallb-system/templates/config.yaml | 36 ++++++++++++++-------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/metallb-system/templates/config.yaml b/metallb-system/templates/config.yaml index 39121ce..ca50e52 100644 --- a/metallb-system/templates/config.yaml +++ b/metallb-system/templates/config.yaml @@ -1,19 +1,19 @@ -#apiVersion: v1 -#kind: ConfigMap -#metadata: -# namespace: metallb -# name: config -#data: -# config: | -# address-pools: -# - name: default -# protocol: layer2 -# addresses: -# - 192.168.10.130-192.168.10.140 -apiVersion: metallb.io/v1beta1 -kind: IPAddressPool +apiVersion: v1 +kind: ConfigMap metadata: - name: cheap -spec: - addresses: - - 192.168.10.0/24 + namespace: metallb + name: config +data: + config: | + address-pools: + - name: default + protocol: layer2 + addresses: + - 192.168.10.130-192.168.10.140 + #apiVersion: metallb.io/v1beta1 + #kind: IPAddressPool + #metadata: + # name: cheap + #spec: + # addresses: + # - 192.168.10.0/24