metallb-system: Add Wildduck IP

This commit is contained in:
Lauri Võsandi 2023-08-28 21:08:37 +03:00
parent f217f8eae7
commit c6eacfc9f2
1 changed files with 10 additions and 0 deletions

View File

@ -38,6 +38,7 @@ spec:
- zoo
- bind-secondary-external
- bind-secondary-internal
- wildduck
---
# Slice of public EEnet subnet using MetalLB L3 method
apiVersion: metallb.io/v1beta1
@ -77,6 +78,15 @@ spec:
addresses:
- 62.65.250.2/32
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: wildduck
namespace: metallb-system
spec:
addresses:
- 193.40.103.25/32
---
apiVersion: metallb.io/v1beta2
kind: BGPPeer
metadata: