diff --git a/infra/configs/config-metallb.yaml b/infra/configs/config-metallb.yaml new file mode 100644 index 0000000..1b1f49a --- /dev/null +++ b/infra/configs/config-metallb.yaml @@ -0,0 +1,18 @@ +--- +apiVersion: metallb.io/v1beta1 +kind: IPAddressPool +metadata: + name: first-pool + namespace: metallb-system +spec: + addresses: + - 10.0.0.150-10.0.0.200 +--- +apiVersion: metallb.io/v1beta1 +kind: L2Advertisement +metadata: + name: l2-advertisement + namespace: metallb-system +spec: + ipAddressPools: + - first-pool