mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(cilium): BGPPeeringPolicy peerAddress in CIDR form
Signed-off-by: JJGadgets <git@jjgadgets.tech>
This commit is contained in:
@@ -11,7 +11,7 @@ spec:
|
||||
- localASN: ${ASN_CLUSTER}
|
||||
exportPodCIDR: true
|
||||
neighbors:
|
||||
- peerAddress: "${IP_ROUTER_VLAN_K8S}"
|
||||
- peerAddress: "${IP_ROUTER_VLAN_K8S}/32"
|
||||
peerASN: ${ASN_ROUTER}
|
||||
# ---
|
||||
# apiVersion: v1
|
||||
|
||||
Reference in New Issue
Block a user