From ba39d77e6e8910691985a22577845c73b82256d7 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 21 Aug 2024 23:21:22 -0500 Subject: [PATCH] change ports --- clusters/cl01tl/standalone/cilium/templates/gateway.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml index 6da0c1bf0..323d63f97 100644 --- a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml +++ b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml @@ -16,13 +16,13 @@ spec: listeners: - name: http protocol: HTTP - port: 80 + port: 8080 allowedRoutes: namespaces: from: All - name: https protocol: HTTPS - port: 443 + port: 8443 hostname: "*.alexlebens.net" allowedRoutes: namespaces: