--- Envoyproxy::Tls_terminator[8443].orig
+++ Envoyproxy::Tls_terminator[8443]
@@
- upstream_response_timeout => 120.0
+ upstream_response_timeout => 300.0
Envoyproxy::Listener[tls_terminator_8443]
Class[Profile::Tlsproxy::Envoy]
- Parameters differences:
--- Class[Profile::Tlsproxy::Envoy].orig
+++ Class[Profile::Tlsproxy::Envoy]
@@
- upstream_response_timeout => 120.0
+ upstream_response_timeout => 300.0
- File[/etc/envoy/listeners.d/00-tls_terminator_8443.yaml]
- Content differences:
--- /etc/envoy/listeners.d/00-tls_terminator_8443.yaml.orig
+++ /etc/envoy/listeners.d/00-tls_terminator_8443.yaml
@@ -32,7 +32,7 @@
- match: { prefix: "/" }
route:
cluster: local_port_443
- timeout: 120.0s
+ timeout: 300.0s
idle_timeout: 120.0s
retry_policy:
num_retries: 1
- Envoyproxy::Conf[tls_terminator_8443]
Relevant files