From c42ac0321d34926856a8d4081aebb2e3979477ec Mon Sep 17 00:00:00 2001 From: Lukasz Dziedziak Date: Mon, 13 Nov 2023 14:56:43 +0100 Subject: [PATCH] fix percentage description Signed-off-by: Lukasz Dziedziak --- app/_src/policies/meshloadbalancingstrategy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_src/policies/meshloadbalancingstrategy.md b/app/_src/policies/meshloadbalancingstrategy.md index 996c794bf..4a5e32298 100644 --- a/app/_src/policies/meshloadbalancingstrategy.md +++ b/app/_src/policies/meshloadbalancingstrategy.md @@ -68,7 +68,7 @@ Advanced locality-aware load balancing provides a powerful means of defining how - **`AnyExcept`** - traffic will be load balanced to every available zone except those specified in zones list. - **`None`** - traffic will not be load balanced to any zone. - **`zones`** - list of zone names - - **`failoverThreshold.percentage`** - (optional) defines the percentage of live destination dataplane proxies below which load balancing to the next priority starts. Default: 50% + - **`failoverThreshold.percentage`** - (optional) defines the percentage of live destination dataplane proxies below which load balancing to the next priority starts. Has to be in (0.0 - 100.0] range. If the value is a double number, put it in quotes. #### Zone Egress support