Skip to content

Commit 206ef93

Browse files
authored
Update BBR istio.yaml to use FULL_DUPLEX_STREAM (#629)
1 parent 2a48131 commit 206ef93

File tree

1 file changed

+2
-2
lines changed
  • config/charts/body-based-routing/templates

1 file changed

+2
-2
lines changed

Diff for: config/charts/body-based-routing/templates/istio.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ spec:
2525
processing_mode:
2626
request_header_mode: "SEND"
2727
response_header_mode: "SKIP"
28-
request_body_mode: "BUFFERED"
28+
request_body_mode: "FULL_DUPLEX_STREAMED"
2929
response_body_mode: "NONE"
30-
request_trailer_mode: "SKIP"
30+
request_trailer_mode: "SEND"
3131
response_trailer_mode: "SKIP"
3232
grpc_service:
3333
envoy_grpc:

0 commit comments

Comments
 (0)