File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,11 @@ static_resources:
110
110
'@type': type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions
111
111
explicit_http_config:
112
112
http2_protocol_options: {}
113
+ upstream_connection_options:
114
+ tcp_keepalive:
115
+ keepalive_interval: 5
116
+ keepalive_probes: 5
117
+ keepalive_time: 60
113
118
- load_assignment:
114
119
cluster_name: my-container_liveness_cluster
115
120
endpoints:
@@ -451,6 +456,11 @@ static_resources:
451
456
'@type': type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpProtocolOptions
452
457
explicit_http_config:
453
458
http2_protocol_options: {}
459
+ upstream_connection_options:
460
+ tcp_keepalive:
461
+ keepalive_interval: 5
462
+ keepalive_probes: 5
463
+ keepalive_time: 60
454
464
- load_assignment:
455
465
cluster_name: my-container-2_liveness_cluster
456
466
endpoints:
You can’t perform that action at this time.
0 commit comments