From 4774c56c3f25cdc9703595eaea7ed155f47e3e6c Mon Sep 17 00:00:00 2001 From: Xscaper- <62665519+Xscaperrr@users.noreply.github.com> Date: Sun, 21 Sep 2025 14:52:37 +0800 Subject: [PATCH] =?UTF-8?q?EnvoyFilter=E5=A2=9E=E5=8A=A0WorkloadSelector?= =?UTF-8?q?=E9=99=90=E5=88=B6=E4=BD=9C=E7=94=A8=E8=8C=83=E5=9B=B4=20||=20E?= =?UTF-8?q?nvoyFilter=20increases=20WorkloadSelector=20limiting=20scope=20?= =?UTF-8?q?(#2593)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm/core/templates/fallback-envoyfilter.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helm/core/templates/fallback-envoyfilter.yaml b/helm/core/templates/fallback-envoyfilter.yaml index 567ee0925..41d602fa4 100644 --- a/helm/core/templates/fallback-envoyfilter.yaml +++ b/helm/core/templates/fallback-envoyfilter.yaml @@ -19,4 +19,7 @@ spec: value: name: envoy.filters.http.custom_response typed_config: - "@type": type.googleapis.com/envoy.extensions.filters.http.custom_response.v3.CustomResponse \ No newline at end of file + "@type": type.googleapis.com/envoy.extensions.filters.http.custom_response.v3.CustomResponse + workloadSelector: + labels: + {{- include "gateway.selectorLabels" . | nindent 6 }}