Add haproxy config for hubs01

This commit is contained in:
Pierre-Yves Chibon 2018-02-19 10:25:38 +01:00
parent 5e96738be1
commit 143a5ee77d

View file

@ -239,6 +239,13 @@ backend fedocal-backend
{% endif %}
option httpchk GET /calendar
backend hubs-backend
balance hdr(appserver)
{% if env != "production" %}
server hubs01 hubs01:80 check inter 10s rise 1 fall 2
{% endif %}
option httpchk GET /
# IMPORTANT: 10023-10026 will NOT work because of selinux policies
frontend datagrepper-frontend