mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 23:01:00 +00:00
Mostly copied over from my old repo and modified for app of apps. Cleaning up the mess from migration Signed-off-by: gwg313 <gwg313@pm.me>
8 lines
153 B
YAML
8 lines
153 B
YAML
apiVersion: metallb.io/v1beta1
|
|
kind: IPAddressPool
|
|
metadata:
|
|
name: default
|
|
namespace: metallb-system
|
|
spec:
|
|
addresses:
|
|
- 10.1.10.50-10.1.10.100
|