From ee036032580b32131173a01205e0cd59edf8eaa8 Mon Sep 17 00:00:00 2001 From: Arvind Prabhakar Date: Sat, 5 Sep 2026 21:33:01 +0000 Subject: [PATCH] Remove legacy Forgejo route --- infrastructure/gateway/envoy/routes/forgejo.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/infrastructure/gateway/envoy/routes/forgejo.yaml b/infrastructure/gateway/envoy/routes/forgejo.yaml index 82de0ba..da4275d 100644 --- a/infrastructure/gateway/envoy/routes/forgejo.yaml +++ b/infrastructure/gateway/envoy/routes/forgejo.yaml @@ -37,21 +37,6 @@ spec: - name: forgejo port: 3000 - # Temporary compatibility path for Argo CD and existing Git remotes. - - matches: - - path: - type: PathPrefix - value: /internal/dev/git/ - filters: - - type: URLRewrite - urlRewrite: - path: - type: ReplacePrefixMatch - replacePrefixMatch: / - backendRefs: - - name: forgejo - port: 3000 - - matches: - path: type: PathPrefix