mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
ops(metallb): hopefully fix pool and advertisements
This commit is contained in:
parent
bbb07de63b
commit
46fb09ecdf
2 changed files with 5 additions and 2 deletions
|
|
@ -5,4 +5,4 @@ metadata:
|
||||||
namespace: metallb-system
|
namespace: metallb-system
|
||||||
spec:
|
spec:
|
||||||
addresses:
|
addresses:
|
||||||
- 10.69.0.0/16
|
- 10.69.0.1-10.69.254.254
|
||||||
|
|
@ -3,3 +3,6 @@ kind: L2Advertisement
|
||||||
metadata:
|
metadata:
|
||||||
name: l2
|
name: l2
|
||||||
namespace: metallb-system
|
namespace: metallb-system
|
||||||
|
spec:
|
||||||
|
ipAddressPools:
|
||||||
|
- lan-services
|
||||||
Loading…
Add table
Add a link
Reference in a new issue