Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions modules/nw-route-specific-annotations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ metadata:
haproxy.router.openshift.io/ip_allowlist: 192.168.1.10
----

.A route that sets the load-balancing algorithm to leastconn
[source,yaml]
----
metadata:
annotations:
haproxy.router.openshift.io/balance: leastconn
----
* The default load-balancing algorithm is `random`.

.A route that allows several IP addresses
[source,yaml]
----
Expand Down