From 1cfc9b5f5d317a56e0fd499ab9a8c4deffc691d5 Mon Sep 17 00:00:00 2001 From: Ryan Blundon Date: Mon, 18 May 2026 19:28:50 -0500 Subject: [PATCH] align gateway spec --- cluster/platform/gateway/gateway.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cluster/platform/gateway/gateway.yaml b/cluster/platform/gateway/gateway.yaml index 403af77..a813cb8 100644 --- a/cluster/platform/gateway/gateway.yaml +++ b/cluster/platform/gateway/gateway.yaml @@ -6,7 +6,7 @@ # IP: 10.1.71.90 (first address in cilium-gateway LB pool) # # TLS terminated here using wildcard cert from cert-manager. -# HTTP listener included for redirect (handled at HTTPRoute level). +# HTTP listener included for potential redirect use at HTTPRoute level. # ------------------------------------------------------------------------------ apiVersion: gateway.networking.k8s.io/v1 kind: Gateway @@ -30,8 +30,9 @@ spec: tls: mode: Terminate certificateRefs: - - name: fastpass-wildcard-tls + - group: "" kind: Secret + name: fastpass-wildcard-tls allowedRoutes: namespaces: from: All