haproxy: decrease chances of marking ipsilon down
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
fdc0368f12
commit
e82d21eefd
1 changed files with 2 additions and 2 deletions
|
@ -270,9 +270,9 @@ frontend ipsilon-frontend
|
|||
|
||||
backend ipsilon-backend
|
||||
balance hdr(appserver)
|
||||
server ipsilon01 ipsilon01:80 check inter 10s rise 1 fall 2
|
||||
server ipsilon01 ipsilon01:80 check inter 10s rise 1 fall 3
|
||||
{% if env == "production" %}
|
||||
server ipsilon02 ipsilon02:80 check inter 10s rise 1 fall 2
|
||||
server ipsilon02 ipsilon02:80 check inter 10s rise 1 fall 3
|
||||
{% endif %}
|
||||
option httpchk GET /
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue