More configuration of the swarm service.

This commit is contained in:
Andrea Dell'Amico 2023-10-06 15:31:36 +02:00
parent 420a3f121c
commit 41a0442c21
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ haproxy_docker_swarm_haproxy_constraints:
haproxy_docker_swarm_additional_services: []
# - { acl_name: 'service', acl_rule: 'hdr_dom(host) -i service.example.com', stack_name: 'stack', service_name: 'service', service_replica_num: '1', service_port: '9999', service_overlay_network: 'service-network', stick_sessions: False, stick_on_cookie: True, stick_cookie: 'JSESSIONID', stick_table: 'type ip size 2m expire 180m', balance_type: 'roundrobin', backend_options: '', http_check_enabled: True, http_check: 'meth HEAD uri / ver HTTP/1.1 hdr Host localhost', http_check_expect: 'rstatus (2|3)[0-9][0-9]', allowed_networks: '192.168.1.0/24 192.168.2.0/24' }
haproxy_docker_swarm_plain_http_listener: false
haproxy_docker_swarm_plain_http_port: 8080
haproxy_docker_swarm_plain_http_services: []
haproxy_default_port: 80
haproxy_terminate_tls: False
haproxy_ssl_port: 443