From d9090e17f48ebe595974adfc1d44f176b4cf496b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 12 Feb 2026 13:48:26 -0600 Subject: [PATCH] feat: change ip range --- .../helm/cilium/templates/cilium-load-balancer-ip-pool.yaml | 2 ++ clusters/cl01tl/helm/cilium/templates/gateway.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/cilium/templates/cilium-load-balancer-ip-pool.yaml b/clusters/cl01tl/helm/cilium/templates/cilium-load-balancer-ip-pool.yaml index 634949a6b..cc2b7d45c 100644 --- a/clusters/cl01tl/helm/cilium/templates/cilium-load-balancer-ip-pool.yaml +++ b/clusters/cl01tl/helm/cilium/templates/cilium-load-balancer-ip-pool.yaml @@ -11,6 +11,8 @@ spec: blocks: - start: "10.232.1.21" stop: "10.232.1.23" + - start: "10.232.1.100" + stop: "10.232.1.200" --- apiVersion: cilium.io/v2 diff --git a/clusters/cl01tl/helm/cilium/templates/gateway.yaml b/clusters/cl01tl/helm/cilium/templates/gateway.yaml index b0cc3ad86..7bcb3f209 100644 --- a/clusters/cl01tl/helm/cilium/templates/gateway.yaml +++ b/clusters/cl01tl/helm/cilium/templates/gateway.yaml @@ -9,11 +9,11 @@ metadata: app.kubernetes.io/part-of: {{ .Release.Name }} annotations: cert-manager.io/cluster-issuer: letsencrypt-issuer - io.cilium/lb-ipam-ips: "10.232.1.23" + io.cilium/lb-ipam-ips: "10.232.1.100" spec: addresses: - type: IPAddress - value: 10.232.1.23 + value: 10.232.1.100 gatewayClassName: cilium listeners: - allowedRoutes: