diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index baaca4ea19..0425721f4e 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -342,9 +342,9 @@ listen krb5 0.0.0.0:1088 timeout queue 5000 timeout server 86400000 timeout connect 86400000 - server ipa01 ipa01:1088 weight 1 maxconn 16384 + server ipa01 ipa01:88 weight 1 maxconn 16384 {% if env == "production" %} - server ipa02 ipa02:1088 weight 1 maxconn 16384 + server ipa02 ipa02:88 weight 1 maxconn 16384 {% endif %} listen docker-candidate-registry 0.0.0.0:10054