haproxy: add ipa03 into the mix as a backup behind ipa02
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
368bfaef01
commit
3a26611841
1 changed files with 2 additions and 0 deletions
|
@ -285,6 +285,7 @@ backend ipa-backend
|
||||||
server ipa01 ipa01:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem
|
server ipa01 ipa01:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem
|
||||||
{% if env != "staging" %}
|
{% if env != "staging" %}
|
||||||
server ipa02 ipa02:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem backup
|
server ipa02 ipa02:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem backup
|
||||||
|
server ipa03 ipa03:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem backup
|
||||||
{% endif %}
|
{% endif %}
|
||||||
option httpchk GET /ipa/ui/
|
option httpchk GET /ipa/ui/
|
||||||
|
|
||||||
|
@ -326,6 +327,7 @@ backend krb5-backend
|
||||||
server ipa01 ipa01:88 weight 1 maxconn 16384
|
server ipa01 ipa01:88 weight 1 maxconn 16384
|
||||||
{% if env == "production" %}
|
{% if env == "production" %}
|
||||||
server ipa02 ipa02:88 weight 1 maxconn 16384
|
server ipa02 ipa02:88 weight 1 maxconn 16384
|
||||||
|
server ipa03 ipa03:88 weight 1 maxconn 16384
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
frontend oci-candidate-registry-frontend
|
frontend oci-candidate-registry-frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue