HAProxy
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 147 | 30 Apr 2025 | |
| latest/stable | 66 | 08 Nov 2021 | |
| latest/candidate | 147 | 30 Apr 2025 | |
| latest/candidate | 64 | 14 Oct 2021 | |
| latest/beta | 147 | 30 Apr 2025 | |
| latest/edge | 147 | 29 Apr 2025 | |
| latest/edge | 37 | 11 Nov 2020 | |
| 2.8/stable | 339 | 18 Feb 2026 | |
| 2.8/candidate | 339 | 16 Feb 2026 | |
| 2.8/edge | 343 | 20 Feb 2026 |
juju deploy haproxy --channel 2.8/edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
ddos-protection | boolean
Default: True
Enable basic DDoS protection mechanisms, including http-request, http-keep-alive and client timeouts, automatic dropping of connections with invalid, empty, or missing host headers.
-
enable-hsts | boolean
Send the http response header Strict-Transport-Security for domains provided through the
haproxy-routerelation without the allow_http attribute. The Strict-Transport-Security header value is "max-age=2592000;". -
external-hostname | string
Hostname of HAProxy.
-
global-maxconn | int
Default: 4096
Sets the maximum per-process number of concurrent connections to <number>. Must be greater than 0.
-
vip | string
Virtual IP address, used in active-passive ha mode.