mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OCPBUGS-16812: update table for tls passthrough routes default
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
3d0b354ee5
commit
9a4e086a8d
@@ -19,7 +19,7 @@ To create a whitelist with multiple source IPs or subnets, use a space-delimited
|
||||
[cols="3*", options="header"]
|
||||
|===
|
||||
|Variable | Description | Environment variable used as default
|
||||
|`haproxy.router.openshift.io/balance`| Sets the load-balancing algorithm. Available options are `random`, `source`, `roundrobin`, and `leastconn`. The default value is `random`.| `ROUTER_TCP_BALANCE_SCHEME` for passthrough routes. Otherwise, use `ROUTER_LOAD_BALANCE_ALGORITHM`.
|
||||
|`haproxy.router.openshift.io/balance`| Sets the load-balancing algorithm. Available options are `random`, `source`, `roundrobin`, and `leastconn`. The default value is `source` for TLS passthrough routes. For all other routes, the default is `random`. |`ROUTER_TCP_BALANCE_SCHEME` for passthrough routes. Otherwise, use `ROUTER_LOAD_BALANCE_ALGORITHM`.
|
||||
|`haproxy.router.openshift.io/disable_cookies`| Disables the use of cookies to track related connections. If set to `'true'` or `'TRUE'`, the balance algorithm is used to choose which back-end serves connections for each incoming HTTP request. |
|
||||
|`router.openshift.io/cookie_name`| Specifies an optional cookie to use for
|
||||
this route. The name must consist of any combination of upper and lower case letters, digits, "_",
|
||||
|
||||
Reference in New Issue
Block a user