mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
Add krb:1088 to haproxy
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user