Clear OpenShift from haproxy. It's using apache mod_proxy_balancer
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
2903ddb28c
commit
fc7005848a
1 changed files with 0 additions and 27 deletions
|
@ -551,33 +551,6 @@ backend mbs-backend
|
|||
server mbs-frontend02 mbs-frontend02:80 check inter 20s rise 2 fall 3
|
||||
option httpchk GET /module-build-service/1/component-builds/
|
||||
|
||||
frontend os-master-frontend
|
||||
bind 0.0.0.0:10064
|
||||
default_backend os-master-backend
|
||||
|
||||
backend os-master-backend
|
||||
balance hdr(appserver)
|
||||
server os-master01 os-master01:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/os-master.pem
|
||||
server os-master02 os-master02:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/os-master.pem
|
||||
server os-master03 os-master02:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/os-master.pem
|
||||
option httpchk GET /
|
||||
|
||||
frontend os-nodes-frontend
|
||||
bind 0.0.0.0:10065
|
||||
default_backend os-nodes-backend
|
||||
|
||||
backend os-nodes-backend
|
||||
balance hdr(appserver)
|
||||
server os-node01 os-node01:443 check inter 10s rise 1 fall 2 ssl verify none
|
||||
server os-node02 os-node02:443 check inter 10s rise 1 fall 2 ssl verify none
|
||||
server os-node03 os-node03:443 check inter 10s rise 1 fall 2 ssl verify none
|
||||
server os-node04 os-node04:443 check inter 10s rise 1 fall 2 ssl verify none
|
||||
{% if env != "staging" %}
|
||||
server os-node05 os-node05:443 check inter 10s rise 1 fall 2 ssl verify none
|
||||
{% endif %}
|
||||
option httpchk GET /
|
||||
http-check expect status 503
|
||||
|
||||
frontend odcs-frontend
|
||||
bind 0.0.0.0:10066
|
||||
default_backend odcs-backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue