ipa02 is back in sync, re-enable it
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
a8006bd403
commit
5cc380caa7
1 changed files with 2 additions and 2 deletions
|
@ -330,7 +330,7 @@ listen ipa 0.0.0.0:10053
|
|||
balance hdr(appserver)
|
||||
server ipa01 ipa01:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem
|
||||
{% if env != "staging" %}
|
||||
#server ipa02 ipa02:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem
|
||||
server ipa02 ipa02:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem
|
||||
{% endif %}
|
||||
option httpchk GET /
|
||||
|
||||
|
@ -344,7 +344,7 @@ listen krb5 0.0.0.0:1088
|
|||
timeout connect 86400000
|
||||
server ipa01 ipa01:88 weight 1 maxconn 16384
|
||||
{% if env == "production" %}
|
||||
#server ipa02 ipa02:88 weight 1 maxconn 16384
|
||||
server ipa02 ipa02:88 weight 1 maxconn 16384
|
||||
{% endif %}
|
||||
|
||||
listen docker-candidate-registry 0.0.0.0:10054
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue