aboutsummaryrefslogtreecommitdiffstats
path: root/tools/performance/cloud/producer-pod.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/performance/cloud/producer-pod.yaml')
-rwxr-xr-xtools/performance/cloud/producer-pod.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/performance/cloud/producer-pod.yaml b/tools/performance/cloud/producer-pod.yaml
index b3248cba..9381b582 100755
--- a/tools/performance/cloud/producer-pod.yaml
+++ b/tools/performance/cloud/producer-pod.yaml
@@ -48,7 +48,13 @@ spec:
configMapKeyRef:
name: performance-test-config
key: producer.message.interval
+ - name: CLIENTS_PER_CONTAINER
+ valueFrom:
+ configMapKeyRef:
+ name: performance-test-config
+ key: producer.client.count
args: ["--address", "$(HV_VES_ADDRESS)",
+ "--clients", "$(CLIENTS_PER_CONTAINER)",
"--msgsize", "$(MSG_SIZE)",
"--msgcount", "$(MSG_COUNT)",
"--intervalms", "$(INTERVAL_MS)"]