Skip to content

Commit

Permalink
test(nice-grpc-web): force envoy to use ipv4 (#710)
Browse files Browse the repository at this point in the history
Improves test compatibility
  • Loading branch information
aikoven authored Jan 6, 2025
1 parent 174e137 commit 131c127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/nice-grpc-web/test-server/envoy-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ static_resources:
- name: backend
connect_timeout: 0.25s
type: logical_dns
dns_lookup_family: V4_ONLY
lb_policy: round_robin
typed_extension_protocol_options:
envoy.extensions.upstreams.http.v3.HttpProtocolOptions:
Expand Down
1 change: 1 addition & 0 deletions packages/nice-grpc-web/test-server/envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ static_resources:
- name: backend
connect_timeout: 0.25s
type: logical_dns
dns_lookup_family: V4_ONLY
lb_policy: round_robin
typed_extension_protocol_options:
envoy.extensions.upstreams.http.v3.HttpProtocolOptions:
Expand Down

0 comments on commit 131c127

Please sign in to comment.