mirror of https://github.com/istio/istio.io.git
update match condition for configPatches (#9922)
This commit is contained in:
parent
5e8b5a3e6f
commit
60e14771c5
|
|
@ -196,10 +196,12 @@ spec:
|
|||
app: productpage
|
||||
configPatches:
|
||||
- applyTo: HTTP_FILTER
|
||||
listener:
|
||||
filterChain:
|
||||
filter:
|
||||
name: "envoy.filters.network.http_connection_manager"
|
||||
match:
|
||||
context: SIDECAR_INBOUND
|
||||
listener:
|
||||
filterChain:
|
||||
filter:
|
||||
name: "envoy.filters.network.http_connection_manager"
|
||||
patch:
|
||||
operation: INSERT_BEFORE
|
||||
value:
|
||||
|
|
@ -251,10 +253,12 @@ spec:
|
|||
app: productpage
|
||||
configPatches:
|
||||
- applyTo: HTTP_FILTER
|
||||
listener:
|
||||
filterChain:
|
||||
filter:
|
||||
name: "envoy.filters.network.http_connection_manager"
|
||||
match:
|
||||
context: SIDECAR_INBOUND
|
||||
listener:
|
||||
filterChain:
|
||||
filter:
|
||||
name: "envoy.filters.network.http_connection_manager"
|
||||
patch:
|
||||
operation: INSERT_BEFORE
|
||||
value:
|
||||
|
|
|
|||
Loading…
Reference in New Issue