Skip to content

Commit 896f6cd

Browse files
authored
Merge pull request #39659 from xenolinux/quotes
BZ1980122: Add quotes arounnd annotation value
2 parents 983e57d + 59ab5ea commit 896f6cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nw-route-specific-annotations.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ To create a whitelist with multiple source IPs or subnets, use a space-delimited
2020
|===
2121
|Variable | Description | Environment variable used as default
2222
|`haproxy.router.openshift.io/balance`| Sets the load-balancing algorithm. Available options are `random`, `source`, `roundrobin`, and `leastconn`. | `ROUTER_TCP_BALANCE_SCHEME` for passthrough routes. Otherwise, use `ROUTER_LOAD_BALANCE_ALGORITHM`.
23-
|`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. |
23+
|`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. |
2424
|`router.openshift.io/cookie_name`| Specifies an optional cookie to use for
2525
this route. The name must consist of any combination of upper and lower case letters, digits, "_",
2626
and "-". The default is the hashed internal key name for the route. |
2727
|`haproxy.router.openshift.io/pod-concurrent-connections`| Sets the maximum number of connections that are allowed to a backing pod from a router. +
2828
Note: If there are multiple pods, each can have this many connections. If you have multiple routers, there is no coordination among them, each may connect this many times. If not set, or set to 0, there is no limit. |
29-
|`haproxy.router.openshift.io/rate-limit-connections`| Setting `true` or `TRUE` enables rate limiting functionality which is implemented through stick-tables on the specific backend per route. +
29+
|`haproxy.router.openshift.io/rate-limit-connections`| Setting `'true'` or `'TRUE'` enables rate limiting functionality which is implemented through stick-tables on the specific backend per route. +
3030
Note: Using this annotation provides basic protection against distributed denial-of-service (DDoS) attacks. |
3131
|`haproxy.router.openshift.io/rate-limit-connections.concurrent-tcp`| Limits the number of concurrent TCP connections made through the same source IP address. It accepts a numeric value. +
3232
Note: Using this annotation provides basic protection against distributed denial-of-service (DDoS) attacks. |

0 commit comments

Comments
 (0)