mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 20:17:29 +08:00
EnvoyFilter增加WorkloadSelector限制作用范围 || EnvoyFilter increases WorkloadSelector limiting scope (#2593)
This commit is contained in:
@@ -19,4 +19,7 @@ spec:
|
|||||||
value:
|
value:
|
||||||
name: envoy.filters.http.custom_response
|
name: envoy.filters.http.custom_response
|
||||||
typed_config:
|
typed_config:
|
||||||
"@type": type.googleapis.com/envoy.extensions.filters.http.custom_response.v3.CustomResponse
|
"@type": type.googleapis.com/envoy.extensions.filters.http.custom_response.v3.CustomResponse
|
||||||
|
workloadSelector:
|
||||||
|
labels:
|
||||||
|
{{- include "gateway.selectorLabels" . | nindent 6 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user