Files
container.training/k8s/haproxy.cfg
Jerome Petazzoni 63755c1cd3 Minor fixes
2018-09-16 15:35:23 -05:00

19 lines
313 B
INI

global
daemon
maxconn 256
defaults
mode tcp
timeout connect 5000ms
timeout client 50000ms
timeout server 50000ms
frontend the-frontend
bind *:80
default_backend the-backend
backend the-backend
server google.com-80 google.com:80 maxconn 32 check
server ibm.fr-80 ibm.fr:80 maxconn 32 check