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

Fix path in example benchmark

parent 9f609a5a
No related branches found
No related tags found
1 merge request!164Add Theodolite docs
Pipeline #5190 passed
...@@ -4,25 +4,25 @@ metadata: ...@@ -4,25 +4,25 @@ metadata:
name: uc1-kstreams name: uc1-kstreams
spec: spec:
appResource: appResource:
- "uc1-kstreams-deployment.yaml" - "custom/uc1-kstreams-deployment.yaml"
loadGenResource: loadGenResource:
- "uc1-load-generator-deployment.yaml" - "custom/uc1-load-generator-deployment.yaml"
- "uc1-load-generator-service.yaml" - "custom/uc1-load-generator-service.yaml"
resourceTypes: resourceTypes:
- typeName: "Instances" - typeName: "Instances"
patchers: patchers:
- type: "ReplicaPatcher" - type: "ReplicaPatcher"
resource: "uc1-kstreams-deployment.yaml" resource: "custom/uc1-kstreams-deployment.yaml"
loadTypes: loadTypes:
- typeName: "NumSensors" - typeName: "NumSensors"
patchers: patchers:
- type: "EnvVarPatcher" - type: "EnvVarPatcher"
resource: "uc1-load-generator-deployment.yaml" resource: "custom/uc1-load-generator-deployment.yaml"
properties: properties:
variableName: "NUM_SENSORS" variableName: "NUM_SENSORS"
container: "workload-generator" container: "workload-generator"
- type: "NumSensorsLoadGeneratorReplicaPatcher" - type: "NumSensorsLoadGeneratorReplicaPatcher"
resource: "uc1-load-generator-deployment.yaml" resource: "custom/uc1-load-generator-deployment.yaml"
properties: properties:
loadGenMaxRecords: "15000" loadGenMaxRecords: "15000"
kafkaConfig: kafkaConfig:
......
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