metallb-system: Add Elisa BGP range

This commit is contained in:
Lauri Võsandi 2022-08-28 11:27:38 +03:00
parent f56033d7c9
commit b87d780e55
1 changed files with 12 additions and 1 deletions

View File

@ -37,6 +37,16 @@ spec:
addresses:
- 193.40.103.36/30
---
# Slice of public Elisa subnet using MetalLB L3 method
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: elisa
namespace: metallb-system
spec:
addresses:
- 62.65.250.36/30
---
apiVersion: metallb.io/v1beta2
kind: BGPPeer
metadata:
@ -53,8 +63,9 @@ spec:
apiVersion: metallb.io/v1beta1
kind: BGPAdvertisement
metadata:
name: eenet
name: public
namespace: metallb-system
spec:
ipAddressPools:
- eenet
- elisa