Add freshmaker to haproxy.

This commit is contained in:
Ralph Bean 2018-02-02 14:57:11 +00:00
parent 5caf19ea91
commit 1b0742d155

View file

@ -642,6 +642,15 @@ backend odcs-backend
server odcs-frontend01 odcs-frontend01:80 check inter 20s rise 2 fall 3
option httpchk GET /api/1/composes/
frontend freshmaker-frontend
bind 0.0.0.0:10067
default_backend freshmaker-backend
backend freshmaker-backend
balance hdr(appserver)
server freshmaker-frontend01 freshmaker-frontend01:80 check inter 20s rise 2 fall 3
option httpchk GET /api/1/builds/
# Apache doesn't handle the initial connection here like the other proxy
# entries. This proxy also doesn't use the http mode like the others.
# stunnel should be sitting on port 9939 (public) and redirecting