File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed
server/src/test/resources/envoy Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,15 @@ node:
20
20
id : test-id
21
21
static_resources :
22
22
clusters :
23
- - name : ads_cluster
24
- connect_timeout : 1s
25
- type : STRICT_DNS
26
- lb_policy : ROUND_ROBIN
27
- http2_protocol_options :
28
- connection_keepalive :
29
- interval : 30s
30
- timeout : 5s
23
+ - connect_timeout : 1s
31
24
load_assignment :
32
- cluster_name : ads_cluster
25
+ cluster_name : ads_server
33
26
endpoints :
34
27
- lb_endpoints :
35
28
- endpoint :
36
29
address :
37
30
socket_address :
38
31
address : HOST_IP
39
32
port_value : HOST_PORT
33
+ http2_protocol_options : {}
34
+ name : ads_cluster
Original file line number Diff line number Diff line change 24
24
id : test-id
25
25
static_resources :
26
26
clusters :
27
- - name : xds_cluster
28
- connect_timeout : 1s
29
- type : STRICT_DNS
30
- lb_policy : ROUND_ROBIN
31
- http2_protocol_options :
32
- connection_keepalive :
33
- interval : 30s
34
- timeout : 5s
27
+ - connect_timeout : 1s
35
28
load_assignment :
36
29
cluster_name : xds_cluster
37
30
endpoints :
@@ -41,3 +34,5 @@ static_resources:
41
34
socket_address :
42
35
address : HOST_IP
43
36
port_value : HOST_PORT
37
+ http2_protocol_options : {}
38
+ name : xds_cluster
You can’t perform that action at this time.
0 commit comments