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: