mesosphere / marathon-lb

Marathon-lb is a service discovery & load balancing tool for DC/OS
Apache License 2.0
449 stars 300 forks source link

[RFE] Redefining general timeouts without overriding general HAPROXY_HEAD template #601

Open mimmus opened 6 years ago

mimmus commented 6 years ago

Being forced to override global HAPROXY_HEAD template only to redefine some general timeouts (i.e. timeout client, timeout server) is an overkill.

For other "options", there is a shortcut: https://github.com/mesosphere/marathon-lb#haproxy-global-default-options but it is not valid for "timeouts".

Any help?