Merge pull request #12246 from fosterseth/fix_haproxy_startup_error

use haproxy 2.3 with maxconn set to avoid startup failures
This commit is contained in:
Seth Foster 2022-06-14 14:41:14 -04:00 committed by GitHub
commit 3fcf7429a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,7 @@ services:
{% endfor %}
{% if control_plane_node_count|int > 1 %}
haproxy:
image: haproxy
image: haproxy:2.3
user: "{{ ansible_user_uid }}"
volumes:
- "./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:Z"

View File

@ -1,6 +1,7 @@
global
stats socket /tmp/admin.sock
stats timeout 30s
maxconn 1000
defaults
log global