diff --git a/docs/creating-a-benchmark.md b/docs/creating-a-benchmark.md index 242ac71bd129ef4fb76606a914b91c94df011cca..f93c346c821e306b137eb71048fc9c425b87ae73 100644 --- a/docs/creating-a-benchmark.md +++ b/docs/creating-a-benchmark.md @@ -17,25 +17,25 @@ metadata: name: uc1-kstreams spec: appResource: - - "custom/uc1-kstreams-deployment.yaml" + - "uc1-kstreams-deployment.yaml" loadGenResource: - - "custom/uc1-load-generator-deployment.yaml" - - "custom/uc1-load-generator-service.yaml" + - "uc1-load-generator-deployment.yaml" + - "uc1-load-generator-service.yaml" resourceTypes: - typeName: "Instances" patchers: - type: "ReplicaPatcher" - resource: "custom/uc1-kstreams-deployment.yaml" + resource: "uc1-kstreams-deployment.yaml" loadTypes: - typeName: "NumSensors" patchers: - type: "EnvVarPatcher" - resource: "custom/uc1-load-generator-deployment.yaml" + resource: "uc1-load-generator-deployment.yaml" properties: variableName: "NUM_SENSORS" container: "workload-generator" - type: "NumSensorsLoadGeneratorReplicaPatcher" - resource: "custom/uc1-load-generator-deployment.yaml" + resource: "uc1-load-generator-deployment.yaml" properties: loadGenMaxRecords: "150000" kafkaConfig: diff --git a/theodolite/examples/operator/example-benchmark.yaml b/theodolite/examples/operator/example-benchmark.yaml index 5245482f81361e2492995daa1af5f1d30e2dcb26..0ec7d47518a067c4ea450e9a1be189bab0b3eff9 100644 --- a/theodolite/examples/operator/example-benchmark.yaml +++ b/theodolite/examples/operator/example-benchmark.yaml @@ -18,17 +18,17 @@ spec: - typeName: "Instances" patchers: - type: "ReplicaPatcher" - resource: "custom/uc1-kstreams-deployment.yaml" + resource: "uc1-kstreams-deployment.yaml" loadTypes: - typeName: "NumSensors" patchers: - type: "EnvVarPatcher" - resource: "custom/uc1-load-generator-deployment.yaml" + resource: "uc1-load-generator-deployment.yaml" properties: variableName: "NUM_SENSORS" container: "workload-generator" - type: "NumSensorsLoadGeneratorReplicaPatcher" - resource: "custom/uc1-load-generator-deployment.yaml" + resource: "uc1-load-generator-deployment.yaml" properties: loadGenMaxRecords: "150000" kafkaConfig: @@ -39,26 +39,3 @@ spec: replicationFactor: 1 - name: "theodolite-.*" removeOnly: True - appResourceSets: - # - fileSystem: - # path: ./../../../../../../config - # files: - # - "uc1-kstreams-deployment.yaml" - # - "aggregation-service.yaml" - # - "jmx-configmap.yaml" - # - "uc1-service-monitor.yaml" - - configMap: - name: "example-configmap" - files: - - "uc1-kstreams-deployment.yaml" - loadGenResourceSets: - # - fileSystem: - # path: ./../../../../../../config - # files: - # - uc1-load-generator-service.yaml - # - uc1-load-generator-deployment.yaml - - configMap: - name: "example-configmap" - files: - - uc1-load-generator-service.yaml - - uc1-load-generator-deployment.yaml