From 965842b848e31218e63328c58f30858e7db56d6e Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 2 Mar 2025 03:10:49 -0600 Subject: [PATCH] use wildcard hostname --- 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 128c2919f..77c927885 100644 --- a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml +++ b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml @@ -12,12 +12,15 @@ metadata: annotations: cert-manager.io/cluster-issuer: letsencrypt-issuer spec: + addresses: + - type: IPAddress + value: 10.232.1.23 gatewayClassName: cilium listeners: - name: https protocol: HTTPS port: 443 - hostname: headlamp.alexlebens.net + hostname: '*.alexlebens.net' allowedRoutes: namespaces: from: Selector