haproxy-consul-connect
haproxy-consul-connect copied to clipboard
Allow to pass haproxy defaults and global parameters as flag
To give better control to users in fine tuning haproxy when using connect, give the ability to pass command line flags to modify haproxy's configuration. The flags are in the form {type}.{name}={value} and can be repeated. Examples:
- -haproxy-param "global.tune.bufsize=33792"
- -haproxy-param "default.retries=1"