File tree 3 files changed +20
-7
lines changed
3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 19
19
extensionApis:
20
20
enableEnvoyPatchPolicy: true
21
21
enableBackend: true
22
- # admin:
23
- # enablePprof: true
24
- # address:
25
- # host: 127.0.0.1
26
- # port: 19000
27
- # enabledDumpConfig: true
22
+ admin:
23
+ enablePprof: true
24
+ address:
25
+ host: 127.0.0.1
26
+ port: 19000
27
+ enabledDumpConfig: true
Original file line number Diff line number Diff line change 11
11
name : inference-gateway-ext-proc
12
12
port : 9002
13
13
processingMode :
14
+ allowModeOverride : true
14
15
request :
15
16
body : Buffered
16
17
response :
Original file line number Diff line number Diff line change @@ -48,10 +48,22 @@ spec:
48
48
typed_config :
49
49
" @type " : " type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext"
50
50
common_tls_context : {}
51
-
52
51
- type : " type.googleapis.com/envoy.config.route.v3.RouteConfiguration"
53
52
name : default/inference-gateway/llm-gw
54
53
operation :
55
54
op : replace
56
55
path : " /virtual_hosts/0/routes/0/route/cluster"
57
56
value : original_destination_cluster
57
+ # - type: "type.googleapis.com/envoy.config.listener.v3.Listener"
58
+ # name: "default/inference-gateway/llm-gw"
59
+ # operation:
60
+ # op: add
61
+ # path: "/default_filter_chain/filters/0/typed_config/http_filters/0/typed_config/processing_mode/request_body_mode"
62
+ # #value: FULL_DUPLEX_STREAMED
63
+ # value: BUFFERED
64
+ # - type: "type.googleapis.com/envoy.config.listener.v3.Listener"
65
+ # name: "default/inference-gateway/llm-gw"
66
+ # operation:
67
+ # op: add
68
+ # path: "/default_filter_chain/filters/0/typed_config/http_filters/0/typed_config/processing_mode/request_trailer_mode"
69
+ # value: SEND
You can’t perform that action at this time.
0 commit comments