From 9b39922df5e5a18ff5fdec29df9c2fa44cbd97ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Wed, 17 Nov 2021 17:29:44 +0100 Subject: [PATCH] Remove filesystem comment --- .../examples/operator/example-benchmark.yaml | 34 ++++++------------- .../standalone/example-benchmark.yaml | 34 ++++++------------- 2 files changed, 22 insertions(+), 46 deletions(-) diff --git a/theodolite/examples/operator/example-benchmark.yaml b/theodolite/examples/operator/example-benchmark.yaml index fb2c5749d..e3d69f6c8 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: @@ -28,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 \ No newline at end of file diff --git a/theodolite/examples/standalone/example-benchmark.yaml b/theodolite/examples/standalone/example-benchmark.yaml index be3c7d86f..9c00dd0fd 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 -- GitLab