From c120902b870e4807c68d91422ffcb5cc929db607 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 2 Mar 2025 02:43:55 -0600 Subject: [PATCH] remove gateway host --- clusters/cl01tl/management/headlamp/templates/http-route.yaml | 1 + clusters/cl01tl/standalone/cilium/templates/gateway.yaml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/management/headlamp/templates/http-route.yaml b/clusters/cl01tl/management/headlamp/templates/http-route.yaml index 85552de0e..6ea91c0a5 100644 --- a/clusters/cl01tl/management/headlamp/templates/http-route.yaml +++ b/clusters/cl01tl/management/headlamp/templates/http-route.yaml @@ -15,6 +15,7 @@ spec: kind: Gateway name: https-gateway namespace: kube-system + sectionName: https hostnames: - headlamp.alexlebens.net rules: diff --git a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml index d1812eab7..086491687 100644 --- a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml +++ b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml @@ -17,7 +17,6 @@ spec: - name: https protocol: HTTPS port: 443 - hostname: '*.alexlebens.net' allowedRoutes: namespaces: from: Selector