haproxy BOSH Release v8.1.1
·
1154 commits
to master
since this release
Link Support
- The
haproxy
job now supports consuming links for backends.
You can provide it thehttp_backend
link, to control the default
http/https backend. You can also give it an additionaltcp_backend
link to add in a tcp-backend that uses links. If your link doesn't
support providing theport
property, the job fails back toha_proxy.tcp_link_port
andha_proxy.backend_port
, depending on which link is in play.
Acknowledgements
Many thanks to @rkoster for bringing link support to haproxy-boshrelease
!