diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index ef9c1a9203..e0c76a3fff 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -294,9 +294,9 @@ listen osbs 0.0.0.0:10047 server osbs-master01 osbs-master01:8443 check inter 10s rise 1 fall 2 check ssl verify none {% endif %} -# listen docker-registry 0.0.0.0:10048 -# balance hdr(appserver) -# server docker-registry01 docker-registry01:5000 check inter 10s rise 1 fall 2 +listen docker-registry 0.0.0.0:10048 + balance hdr(appserver) + server docker-registry01 docker-registry01:5000 check inter 10s rise 1 fall 2 {% if env == "staging" %} listen retrace 0.0.0.0:10049