Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions filter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading