Skip to content
Snippets Groups Projects
Commit 8844940c authored by Benedikt Wetzel's avatar Benedikt Wetzel Committed by Sören Henning
Browse files

fix configuration

parent 6bba3b51
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!85Introduce new Benchmark class and Patcher,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
This commit is part of merge request !85. Comments created here will be created in the context of that merge request.
......@@ -20,7 +20,7 @@ loadTypes:
kafkaConfig:
bootstrapSever: "localhost:31290"
topics:
- name: "test"
- name: "input"
partition: "1"
replication: "1"
zookeeperConfig:
......
......@@ -7,24 +7,17 @@ load:
resources:
resourceType: "Instances"
resourceValues:
- 1
- 2
slos:
- sloType: "slo type"
threshold: 1000
execution:
strategy: "LinearSearch"
duration: 300
duration: 120
repititions: 1
restrictions:
- "LowerBound"
configOverrides:
- patcher:
type: "EnvVarPatcher"
resource: "workloadGenerator.yaml"
container: "workload-generator"
variableName: "KAFKA_SERVER"
value: "localhost:9192"
- patcher:
type: "NodeSelectorPatcher"
resource: "workloadGenerator.yaml"
......@@ -34,7 +27,4 @@ configOverrides:
type: "NodeSelectorPatcher"
resource: "aggregation-deployment.yaml"
variableName: "env"
value: "prod"
value: "prod"
\ No newline at end of file
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