Skip to content

Commit

Permalink
Merge pull request #79 from restatedev/envoy-keepalive2
Browse files Browse the repository at this point in the history
Add envoy http2 keepalives
  • Loading branch information
jackkleeman authored Jul 21, 2023
2 parents 0779a10 + 295b181 commit 9e6cf02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/deployment-operations/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,10 @@ data:
connect_timeout: 1s
lb_policy: CLUSTER_PROVIDED
# assume http2 in upstream
http2_protocol_options: {}
http2_protocol_options:
connection_keepalive:
interval: 40s
timeout: 20s
cluster_type:
name: envoy.clusters.dynamic_forward_proxy
typed_config:
Expand Down

0 comments on commit 9e6cf02

Please sign in to comment.