From bc4ae21fcb3d579ee434aeaf8fd85c0a1852d5a6 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Mon, 9 Dec 2024 20:07:34 +0800 Subject: [PATCH] feat(cilium): rm ClusterIP BGP --- .../core/_networking/cilium/loadbalancer/BGP.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kube/deploy/core/_networking/cilium/loadbalancer/BGP.yaml b/kube/deploy/core/_networking/cilium/loadbalancer/BGP.yaml index dba9f7fd..4e2119df 100644 --- a/kube/deploy/core/_networking/cilium/loadbalancer/BGP.yaml +++ b/kube/deploy/core/_networking/cilium/loadbalancer/BGP.yaml @@ -101,11 +101,11 @@ spec: matchExpressions: - {key: io.cilium/bgp, operator: NotIn, values: ["deny", "false"]} - {key: io.cilium/internal, operator: NotIn, values: ["true"]} - - advertisementType: Service - service: - addresses: [ClusterIP] - selector: - matchExpressions: - - {key: io.cilium/clusterip, operator: NotIn, values: ["deny", "false"]} + # - advertisementType: Service + # service: + # addresses: [ClusterIP] + # selector: + # matchExpressions: + # - {key: io.cilium/clusterip, operator: NotIn, values: ["deny", "false"]} - advertisementType: PodCIDR