File tree Expand file tree Collapse file tree 5 files changed +30
-5
lines changed
net/grpc/gateway/examples Expand file tree Collapse file tree 5 files changed +30
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,12 @@ static_resources:
48
48
- name : echo_service
49
49
connect_timeout : 0.25s
50
50
type : logical_dns
51
- http2_protocol_options : {}
51
+ # HTTP/2 support
52
+ typed_extension_protocol_options :
53
+ envoy.extensions.upstreams.http.v3.HttpProtocolOptions :
54
+ " @type " : type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions
55
+ explicit_http_config :
56
+ http2_protocol_options : {}
52
57
lb_policy : round_robin
53
58
load_assignment :
54
59
cluster_name : cluster_0
Original file line number Diff line number Diff line change @@ -83,7 +83,12 @@ static_resources:
83
83
- name : echo_service
84
84
connect_timeout : 0.25s
85
85
type : logical_dns
86
- http2_protocol_options : {}
86
+ # HTTP/2 support
87
+ typed_extension_protocol_options :
88
+ envoy.extensions.upstreams.http.v3.HttpProtocolOptions :
89
+ " @type " : type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions
90
+ explicit_http_config :
91
+ http2_protocol_options : {}
87
92
lb_policy : round_robin
88
93
load_assignment :
89
94
cluster_name : cluster_0
Original file line number Diff line number Diff line change @@ -137,7 +137,12 @@ static_resources:
137
137
- name : greeter_service
138
138
connect_timeout : 0.25s
139
139
type : logical_dns
140
- http2_protocol_options : {}
140
+ # HTTP/2 support
141
+ typed_extension_protocol_options :
142
+ envoy.extensions.upstreams.http.v3.HttpProtocolOptions :
143
+ " @type " : type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions
144
+ explicit_http_config :
145
+ http2_protocol_options : {}
141
146
lb_policy : round_robin
142
147
load_assignment :
143
148
cluster_name : cluster_0
Original file line number Diff line number Diff line change @@ -48,7 +48,12 @@ static_resources:
48
48
- name : greeter_service
49
49
connect_timeout : 0.25s
50
50
type : logical_dns
51
- http2_protocol_options : {}
51
+ # HTTP/2 support
52
+ typed_extension_protocol_options :
53
+ envoy.extensions.upstreams.http.v3.HttpProtocolOptions :
54
+ " @type " : type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions
55
+ explicit_http_config :
56
+ http2_protocol_options : {}
52
57
lb_policy : round_robin
53
58
# win/mac hosts: Use address: host.docker.internal instead of address: localhost in the line below
54
59
load_assignment :
Original file line number Diff line number Diff line change @@ -48,7 +48,12 @@ static_resources:
48
48
- name : interop_service
49
49
connect_timeout : 0.25s
50
50
type : logical_dns
51
- http2_protocol_options : {}
51
+ # HTTP/2 support
52
+ typed_extension_protocol_options :
53
+ envoy.extensions.upstreams.http.v3.HttpProtocolOptions :
54
+ " @type " : type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions
55
+ explicit_http_config :
56
+ http2_protocol_options : {}
52
57
lb_policy : round_robin
53
58
load_assignment :
54
59
cluster_name : cluster_0
You can’t perform that action at this time.
0 commit comments