Skip to content

Commit fb342fc

Browse files
rramkumar1kfswain
authored andcommitted
Update BBR istio.yaml to use FULL_DUPLEX_STREAM (kubernetes-sigs#629)
1 parent 1a4713f commit fb342fc

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

config/charts/body-based-routing/templates/istio.yaml

Lines changed: 2 additions & 2 deletions
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)