Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
  • Loading branch information
zirain committed Feb 3, 2023
1 parent 96d36c7 commit 1fda059
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
- connectTimeout: 10s
dnsLookupFamily: V4_ONLY
dnsRefreshRate: 30s
http2ProtocolOptions: {}
lbPolicy: RANDOM
loadAssignment:
clusterName: ratelimit_cluster
Expand All @@ -69,6 +68,11 @@
name: ratelimit_cluster
respectDnsTtl: true
type: STRICT_DNS
typedExtensionProtocolOptions:
envoy.extensions.upstreams.http.v3.HttpProtocolOptions:
'@type': type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions
explicitHttpConfig:
http2ProtocolOptions: {}
- connectTimeout: 10s
dnsLookupFamily: V4_ONLY
dnsRefreshRate: 30s
Expand Down Expand Up @@ -97,4 +101,4 @@
envoy.extensions.upstreams.http.v3.HttpProtocolOptions:
'@type': type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions
explicitHttpConfig:
http2ProtocolOptions: {}
http2ProtocolOptions: {}

0 comments on commit 1fda059

Please sign in to comment.