*Description*: Adding the `http2_protocol_options` in envoy gateway to manage http2 keepalive in ClientTrafficPolicy ``` http2_protocol_options: connection_keepalive: { interval: 60s, timeout: 10s, connection_idle_interval: 10s ```