Skip to content

Commit

Permalink
update deprecated http2_protocol_options envoy field (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcostea committed Dec 11, 2023
1 parent 4cc8e02 commit 4476217
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/en/docs/platforms/web/basics.md
Expand Up @@ -113,7 +113,11 @@ static_resources:
- name: echo_service
connect_timeout: 0.25s
type: LOGICAL_DNS
http2_protocol_options: {}
typed_extension_protocol_options:
envoy.extensions.upstreams.http.v3.HttpProtocolOptions:
"@type": type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions
explicit_http_config:
http2_protocol_options: {}
lb_policy: ROUND_ROBIN
load_assignment:
cluster_name: echo_service
Expand Down

0 comments on commit 4476217

Please sign in to comment.