Skip to content
Snippets Groups Projects
Commit 83a6b272 authored by Sören Henning's avatar Sören Henning
Browse files

Fix loadGenMaxRecords in examples

parent 085d255e
No related branches found
No related tags found
1 merge request!164Add Theodolite docs
Pipeline #5200 passed
......@@ -37,7 +37,7 @@ spec:
- type: "NumSensorsLoadGeneratorReplicaPatcher"
resource: "custom/uc1-load-generator-deployment.yaml"
properties:
loadGenMaxRecords: "15000"
loadGenMaxRecords: "150000"
kafkaConfig:
bootstrapServer: "theodolite-cp-kafka:9092"
topics:
......
......@@ -24,7 +24,7 @@ spec:
- type: "NumSensorsLoadGeneratorReplicaPatcher"
resource: "custom/uc1-load-generator-deployment.yaml"
properties:
loadGenMaxRecords: "15000"
loadGenMaxRecords: "150000"
kafkaConfig:
bootstrapServer: "theodolite-cp-kafka:9092"
topics:
......
......@@ -20,7 +20,7 @@ loadTypes:
- type: "NumSensorsLoadGeneratorReplicaPatcher"
resource: "uc1-load-generator-deployment.yaml"
properties:
loadGenMaxRecords: "15000"
loadGenMaxRecords: "150000"
kafkaConfig:
bootstrapServer: "theodolite-cp-kafka:9092"
topics:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment