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