Files
wild-cloud/setup/cluster-services/metallb/kustomize.template/configuration/pool.yaml
2025-07-06 09:18:11 -07:00

20 lines
324 B
YAML

---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: first-pool
namespace: metallb-system
spec:
addresses:
- {{ .cluster.ipAddressPool }}
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2-advertisement
namespace: metallb-system
spec:
ipAddressPools:
- first-pool