From 3d6423bc559921bed687dc6bd237c9ce686ca481 Mon Sep 17 00:00:00 2001 From: "Christian R. Garcia" <christian.g21@gmail.com> Date: Mon, 18 Nov 2024 16:57:09 -0800 Subject: [PATCH] global tcp servers transport? --- service/templates/traefik-template.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/service/templates/traefik-template.j2 b/service/templates/traefik-template.j2 index da01d49..b9032d6 100644 --- a/service/templates/traefik-template.j2 +++ b/service/templates/traefik-template.j2 @@ -86,6 +86,10 @@ http: - url: http://{{ pdata.k8_service }}:{{ pdata.routing_port }} {% endfor %} +tcpServersTransport: + dialTimeout: 180s + dialKeepAlive: 180s + {% if tcp_proxy_info or postgres_proxy_info -%} tcp: routers:{% endif %}