From 8dd2000cc401540d0322a31cb9225b185663e87a Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Thu, 11 Jan 2024 12:14:16 +0800 Subject: [PATCH] fix(cilium): wrong BGP port --- kube/deploy/core/_networking/cilium/loadbalancer/BGP.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kube/deploy/core/_networking/cilium/loadbalancer/BGP.yaml b/kube/deploy/core/_networking/cilium/loadbalancer/BGP.yaml index e9458feb..c51a0c00 100644 --- a/kube/deploy/core/_networking/cilium/loadbalancer/BGP.yaml +++ b/kube/deploy/core/_networking/cilium/loadbalancer/BGP.yaml @@ -34,3 +34,4 @@ spec: neighbors: - peerAddress: "127.0.0.1/32" peerASN: *nodes + peerPort: 61790