From e2238ffbc770410ba839cf9ee101823e2f67ebd3 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 21 Aug 2024 23:54:19 -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 6e53df091..b386c54f6 100644 --- a/clusters/cl01tl/standalone/cilium/templates/gateway.yaml +++ b/clusters/cl01tl/standalone/cilium/templates/gateway.yaml @@ -16,14 +16,14 @@ spec: listeners: - name: http protocol: HTTP - port: 8080 + port: 80 hostname: "*.alexlebens.net" allowedRoutes: namespaces: from: All - name: https protocol: HTTPS - port: 8443 + port: 443 hostname: "*.alexlebens.net" allowedRoutes: namespaces: