feat: Copy slowStartConfig for Gloo upstreams

Signed-off-by: Nick Caballero <nick.caballero@offerup.com>
This commit is contained in:
Nick Caballero
2023-07-13 18:25:02 +05:30
committed by Sanskar Jaiswal
parent ac3140b8a2
commit 8747d15417
5 changed files with 117 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -o errexit
GLOO_VER="1.12.31"
GLOO_VER="1.14.10"
REPO_ROOT=$(git rev-parse --show-toplevel)
mkdir -p ${REPO_ROOT}/bin
+5
View File
@@ -40,6 +40,11 @@ spec:
port: 80
connectionConfig:
maxRequestsPerConnection: 51
loadBalancerConfig:
roundRobin:
slowStartConfig:
slowStartWindow: 2m
minWeightPercent: 5
EOF
cat <<EOF | kubectl apply -f -