diff --git a/theodolite/examples/operator/example-benchmark.yaml b/theodolite/examples/operator/example-benchmark.yaml index 407d37d3637b4bbe6005b4c7bf1918814b3b7907..c10c01bd87937a7741199c3e1d0ddb497ce2a036 100644 --- a/theodolite/examples/operator/example-benchmark.yaml +++ b/theodolite/examples/operator/example-benchmark.yaml @@ -3,6 +3,17 @@ kind: benchmark metadata: name: uc1-kstreams spec: + appResourceSets: + - configMap: + name: "example-configmap" + files: + - "uc1-kstreams-deployment.yaml" + loadGenResourceSets: + - configMap: + name: "example-configmap" + files: + - uc1-load-generator-service.yaml + - uc1-load-generator-deployment.yaml resourceTypes: - typeName: "Instances" patchers: diff --git a/theodolite/examples/standalone/example-benchmark.yaml b/theodolite/examples/standalone/example-benchmark.yaml index be3c7d86fca788ccbdbf7285f4100341836d4ae6..9c00dd0fde10e7fb2a9424a243bdbf4d0ba86980 100644 --- a/theodolite/examples/standalone/example-benchmark.yaml +++ b/theodolite/examples/standalone/example-benchmark.yaml @@ -1,4 +1,15 @@ name: "uc1-kstreams" +appResourceSets: + - configMap: + name: "example-configmap" + files: + - "uc1-kstreams-deployment.yaml" +loadGenResourceSets: + - configMap: + name: "example-configmap" + files: + - uc1-load-generator-service.yaml + - uc1-load-generator-deployment.yaml resourceTypes: - typeName: "Instances" patchers: @@ -24,26 +35,3 @@ kafkaConfig: 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 \ No newline at end of file