Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
b3ac5573
Commit
b3ac5573
authored
3 years ago
by
Benedikt Wetzel
Browse files
Options
Downloads
Plain Diff
Resolve merge conflicts
parents
aa2e6120
9b39922d
No related branches found
No related tags found
1 merge request
!171
Introduce ResourceSets to make loading of resource files more flexible
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theodolite/examples/operator/example-benchmark.yaml
+11
-0
11 additions, 0 deletions
theodolite/examples/operator/example-benchmark.yaml
theodolite/examples/standalone/example-benchmark.yaml
+11
-23
11 additions, 23 deletions
theodolite/examples/standalone/example-benchmark.yaml
with
22 additions
and
23 deletions
theodolite/examples/operator/example-benchmark.yaml
+
11
−
0
View file @
b3ac5573
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
theodolite/examples/standalone/example-benchmark.yaml
+
11
−
23
View file @
b3ac5573
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment