# MetalLB IP Address Pool # Replace with a range of unused IPs on your LAN. # These IPs will be assigned to LoadBalancer services (e.g. Traefik). # Example: 192.168.1.200-192.168.1.210 apiVersion: metallb.io/v1beta1 kind: IPAddressPool metadata: name: metallb-pool namespace: infrastructure spec: addresses: - autoAssign: true