Skip to content
Snippets Groups Projects
Commit b3ac5573 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

Resolve merge conflicts

parents aa2e6120 9b39922d
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
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:
......
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
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