From c78ed6508ce37ec5d9a30182927369feeb9cb53f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 2 Mar 2025 12:52:44 -0600 Subject: [PATCH] add http --- clusters/cl01tl/management/headlamp/templates/gateway.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/clusters/cl01tl/management/headlamp/templates/gateway.yaml b/clusters/cl01tl/management/headlamp/templates/gateway.yaml index 3699b6f7e..ccc728e1b 100644 --- a/clusters/cl01tl/management/headlamp/templates/gateway.yaml +++ b/clusters/cl01tl/management/headlamp/templates/gateway.yaml @@ -17,6 +17,13 @@ spec: value: 10.232.1.23 gatewayClassName: cilium listeners: + - name: http + protocol: HTTP + hostname: headlamp.alexlebens.net + port: 80 + allowedRoutes: + namespaces: + from: All - name: https protocol: HTTPS port: 443