Add krb:1088 to haproxy

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-10-25 16:46:32 +00:00
parent 28e3673c81
commit bf5ec300ff

View file

@ -334,6 +334,19 @@ listen ipa 0.0.0.0:10053
{% endif %}
option httpchk GET /
listen krb5 0.0.0.0:1088
mode tcp
option tcplog
balance roundrobin
maxconn 16384
timeout queue 5000
timeout server 86400000
timeout connect 86400000
server ipa01 ipa01:1088 weight 1 maxconn 16384
{% if env == "production" %}
server ipa02 ipa02:1088 weight 1 maxconn 16384
{% endif %}
listen docker-candidate-registry 0.0.0.0:10054
balance hdr(appserver)
server docker-candidate-registry01 docker-candidate-registry01:5000 check inter 10s rise 1 fall 2