From 5f036c2de512799c4be5081baa7a87be43b0fa26 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 21 Aug 2024 23:12:43 -0500 Subject: [PATCH] change allowed routes --- 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 e4fcd181c..6da0c1bf0 100644 --- a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml +++ b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml @@ -17,6 +17,9 @@ spec: - name: http protocol: HTTP port: 80 + allowedRoutes: + namespaces: + from: All - name: https protocol: HTTPS port: 443 @@ -28,6 +31,6 @@ spec: mode: Terminate certificateRefs: - kind: Secret - group: '' + group: "" name: wildcard-tls-alexlebens-net namespace: cilium