From af29244f79c3f299f77b08cb69e8bd42c0e53faf Mon Sep 17 00:00:00 2001 From: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> Date: Tue, 31 Mar 2026 11:28:22 -0600 Subject: [PATCH] :wrench: Add filter priority Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> --- filter.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/filter.yaml b/filter.yaml index d639e23..3dc3e65 100644 --- a/filter.yaml +++ b/filter.yaml @@ -2,8 +2,11 @@ apiVersion: networking.istio.io/v1alpha3 kind: EnvoyFilter metadata: name: plugins-adapter-filter + # Note this uses the root namespace. This can be moved depending on + # namespace used for the MCP gateway router namespace: istio-system spec: + priority: 10 # After MCP gateway router if available workloadSelector: labels: istio: ingressgateway