Skip to content

Commit

Permalink
global tcp servers transport?
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Nov 19, 2024
1 parent 0f367a2 commit 3d6423b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions service/templates/traefik-template.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 3d6423b

Please sign in to comment.