Commit d514acc8 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- Fixed MetalLB ranges
parent 0a99c63c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
  name: "metallb-address-pool"
  name: metallb-address-pool
  namespace: metallb-system
spec:
  addresses:
    - 10.10.10.41-10.10.10.42
    - 192.168.5.250-192.168.5.251  # <-- Change this to match your network
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement