diff --git a/kube/deploy/core/_networking/cilium/loadbalancer/LB-IPs.yaml b/kube/deploy/core/_networking/cilium/loadbalancer/LB-IPs.yaml index 8a6392f9..c7f3102e 100644 --- a/kube/deploy/core/_networking/cilium/loadbalancer/LB-IPs.yaml +++ b/kube/deploy/core/_networking/cilium/loadbalancer/LB-IPs.yaml @@ -10,6 +10,19 @@ spec: matchExpressions: - key: "exposeSvc" operator: DoesNotExist + - key: "cilium.io/ingress" + operator: DoesNotExist +--- +apiVersion: cilium.io/v2alpha1 +kind: CiliumLoadBalancerIPPool +metadata: + name: cilium-ingress +spec: + cidrs: + - cidr: "${IP_LB_INGRESS_CIDR}" + serviceSelector: + matchLabels: + cilium.io/ingress: "true" --- apiVersion: cilium.io/v2alpha1 kind: CiliumLoadBalancerIPPool