From 3bdedd99c2cabf9e96a2588c197fb7394c426b6d Mon Sep 17 00:00:00 2001 From: Arvind Prabhakar Date: Sat, 5 Sep 2026 23:47:35 +0000 Subject: [PATCH] Rewrite phpMyAdmin Studio path --- infrastructure/gateway/envoy/routes/phpmyadmin.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/infrastructure/gateway/envoy/routes/phpmyadmin.yaml b/infrastructure/gateway/envoy/routes/phpmyadmin.yaml index a5ccae4..92b604e 100644 --- a/infrastructure/gateway/envoy/routes/phpmyadmin.yaml +++ b/infrastructure/gateway/envoy/routes/phpmyadmin.yaml @@ -9,6 +9,7 @@ spec: namespace: apps hostnames: - "www.symcrest.com" + rules: - matches: - path: @@ -27,6 +28,12 @@ spec: - path: type: PathPrefix value: /services/studio/phpmyadmin/ + filters: + - type: URLRewrite + urlRewrite: + path: + type: ReplacePrefixMatch + replacePrefixMatch: / backendRefs: - name: phpmyadmin port: 80