Skip to content

Commit 83d21a6

Browse files
authored
better grafana dashboard for load testing (#223)
1 parent 625ca57 commit 83d21a6

File tree

4 files changed

+953
-112
lines changed

4 files changed

+953
-112
lines changed

hack/loadtest/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CC_IMAGE_TAG="${IMAGE_TAG:-latest}"
88
LOAD_TEST_IMAGE_REPOSITORY="${LOAD_TEST_IMAGE_REPOSITORY:-$CC_IMAGE_REPOSITORY}"
99
LOAD_TEST_IMAGE_TAG="${LOAD_TEST_IMAGE_TAG:-$CC_IMAGE_TAG}"
1010
DEPLOY_CLUSTER_CONTROLLER="${DEPLOY_CLUSTER_CONTROLLER:-true}"
11-
KWOK_REPLICAS="${KWOK_REPLICAS:-15}"
11+
KWOK_REPLICAS="${KWOK_REPLICAS:-10}"
1212

1313
# Determine the directory where the script resides.
1414
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

0 commit comments

Comments
 (0)