From fce51b4f070d2c052596a1790eec76cccede970e Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 21 Aug 2024 23:27:27 -0500 Subject: [PATCH] add hostname to listener --- clusters/cl01tl/standalone/cilium/templates/gateway.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml index 323d63f97..7b60e0c45 100644 --- a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml +++ b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml @@ -17,6 +17,7 @@ spec: - name: http protocol: HTTP port: 8080 + hostname: "*.alexlebens.net" allowedRoutes: namespaces: from: All