metallb manifests for the homelab

This commit is contained in:
Ibrahim Mkusa 2024-11-16 16:25:23 -05:00
parent 666460e042
commit 76081e84e1
2 changed files with 1999 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: pool
namespace: metallb-system
spec:
addresses:
- 192.168.0.230-192.168.0.240
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2conf
namespace: metallb-system