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

Remove filesystem comment

parent 1ffbd095
No related branches found
No related tags found
1 merge request!171Introduce ResourceSets to make loading of resource files more flexible
...@@ -3,6 +3,17 @@ kind: benchmark ...@@ -3,6 +3,17 @@ kind: benchmark
metadata: metadata:
name: uc1-kstreams name: uc1-kstreams
spec: 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: resourceTypes:
- typeName: "Instances" - typeName: "Instances"
patchers: patchers:
...@@ -28,26 +39,3 @@ spec: ...@@ -28,26 +39,3 @@ spec:
replicationFactor: 1 replicationFactor: 1
- name: "theodolite-.*" - name: "theodolite-.*"
removeOnly: True 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
name: "uc1-kstreams" 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: resourceTypes:
- typeName: "Instances" - typeName: "Instances"
patchers: patchers:
...@@ -24,26 +35,3 @@ kafkaConfig: ...@@ -24,26 +35,3 @@ kafkaConfig:
replicationFactor: 1 replicationFactor: 1
- name: "theodolite-.*" - name: "theodolite-.*"
removeOnly: True 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment