haproxy / koji: add koji02 into load balancing in haproxy so we can reboot nodes.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-05-21 22:20:02 +00:00
parent 8cd64a58f5
commit bb3d49b94e

View file

@ -454,6 +454,7 @@ backend koji-backend
timeout server 3h
balance hdr(appserver)
server koji01 koji01:80 check inter 10s rise 1 fall 2
server koji02 koji02:80 check inter 10s rise 1 fall 2
option httpchk GET /
# Only enable this on phx2 proxies