More configuration of the swarm service.
This commit is contained in:
parent
420a3f121c
commit
41a0442c21
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue