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

Use load generator scaling

parent d6e116ec
Branches
Tags
3 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
...@@ -19,6 +19,8 @@ loadTypes: ...@@ -19,6 +19,8 @@ loadTypes:
resource: "uc1-load-generator-deployment.yaml" resource: "uc1-load-generator-deployment.yaml"
container: "workload-generator" container: "workload-generator"
variableName: "NUM_SENSORS" variableName: "NUM_SENSORS"
- type: "NumSensorsLoadGeneratorReplicaPatcher"
resource: "uc1-load-generator-deployment.yaml"
kafkaConfig: kafkaConfig:
bootstrapServer: "theodolite-cp-kafka:9092" bootstrapServer: "theodolite-cp-kafka:9092"
topics: topics:
......
...@@ -23,6 +23,8 @@ loadTypes: ...@@ -23,6 +23,8 @@ loadTypes:
resource: "uc1-load-generator-deployment.yaml" resource: "uc1-load-generator-deployment.yaml"
container: "workload-generator" container: "workload-generator"
variableName: "NUM_SENSORS" variableName: "NUM_SENSORS"
- type: "NumSensorsLoadGeneratorReplicaPatcher"
resource: "uc1-load-generator-deployment.yaml"
kafkaConfig: kafkaConfig:
bootstrapServer: "theodolite-cp-kafka:9092" bootstrapServer: "theodolite-cp-kafka:9092"
topics: topics:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment