File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
lib/metallb-conf/overlays/ruka Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ apiVersion : metallb.io/v1beta1
3+ kind : IPAddressPool
4+ metadata :
5+ name : ingress-lhn
6+ namespace : metallb-system
7+ spec :
8+ addresses :
9+ - 139.229.153.1/32
10+ autoAssign : false
11+ ---
12+ apiVersion : metallb.io/v1beta1
13+ kind : L2Advertisement
14+ metadata :
15+ name : ingress-lhn
16+ namespace : metallb-system
17+ spec :
18+ ipAddressPools :
19+ - ingress-lhn
20+ interfaces :
21+ - br2505
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 namespace : metallb-system
77spec :
88 addresses :
9- - 139.229.153.1 -139.229.153.62 # ~139.229.153.0/26
9+ - 139.229.153.2 -139.229.153.62 # ~139.229.153.0/26
1010 autoAssign : false
1111---
1212apiVersion : metallb.io/v1beta1
Original file line number Diff line number Diff line change 1+ ../../../../lib/ingress-nginx-lhn
You can’t perform that action at this time.
0 commit comments