From 252ca408ca3747ac04be894ce7655f8fdc7c857e Mon Sep 17 00:00:00 2001 From: alexlebens Date: Thu, 22 Aug 2024 11:11:35 -0500 Subject: [PATCH] tag gateway with ip --- clusters/cl01tl/standalone/cilium/templates/gateway.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml index b386c54f6..a7c8d561b 100644 --- a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml +++ b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml @@ -13,11 +13,14 @@ metadata: cert-manager.io/cluster-issuer: letsencrypt-issuer spec: gatewayClassName: cilium + infrastructure: + annotations: + io.cilium/lb-ipam-ips: 192.168.1.15 listeners: - name: http protocol: HTTP port: 80 - hostname: "*.alexlebens.net" + hostname: "*.alexlebens.net" allowedRoutes: namespaces: from: All