From 11e8ad1fa656ce4a246954011f25cc0fbc0fef83 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 13 Mar 2025 19:04:41 -0500 Subject: [PATCH] remove match --- clusters/cl01tl/platform/gitea/templates/tcp-route.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/clusters/cl01tl/platform/gitea/templates/tcp-route.yaml b/clusters/cl01tl/platform/gitea/templates/tcp-route.yaml index 8178d57b1..0a5544c8e 100644 --- a/clusters/cl01tl/platform/gitea/templates/tcp-route.yaml +++ b/clusters/cl01tl/platform/gitea/templates/tcp-route.yaml @@ -16,11 +16,7 @@ spec: name: traefik-gateway namespace: traefik rules: - - matches: - - path: - type: PathPrefix - value: / - backendRefs: + - backendRefs: - group: '' kind: Service name: gitea-ssh