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
db540455
Commit
db540455
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Make instances setable
parent
1a5e06b2
No related branches found
No related tags found
2 merge requests
!33
Fix workload generation for benchmark UC2
,
!32
Draft: Create instances count as required
Pipeline
#825
passed
4 years ago
Stage: build
Stage: test
Stage: check
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
execution/uc2-workload-generator/deployment.yaml
+7
-1
7 additions, 1 deletion
execution/uc2-workload-generator/deployment.yaml
execution/uc4-workload-generator/deployment.yaml
+7
-1
7 additions, 1 deletion
execution/uc4-workload-generator/deployment.yaml
with
14 additions
and
2 deletions
execution/uc2-workload-generator/deployment.yaml
+
7
−
1
View file @
db540455
...
@@ -6,7 +6,7 @@ spec:
...
@@ -6,7 +6,7 @@ spec:
selector
:
selector
:
matchLabels
:
matchLabels
:
app
:
titan-ccp-load-generator
app
:
titan-ccp-load-generator
replicas
:
1
replicas
:
{{
INSTANCES
}}
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
@@ -31,3 +31,9 @@ spec:
...
@@ -31,3 +31,9 @@ spec:
value
:
"
4"
value
:
"
4"
-
name
:
NUM_NESTED_GROUPS
-
name
:
NUM_NESTED_GROUPS
value
:
"
{{NUM_NESTED_GROUPS}}"
value
:
"
{{NUM_NESTED_GROUPS}}"
-
name
:
POD_NAME
valueFrom
:
fieldRef
:
fieldPath
:
metadata.name
-
name
:
INSTANCES
value
:
"
{{INSTANCES}}"
This diff is collapsed.
Click to expand it.
execution/uc4-workload-generator/deployment.yaml
+
7
−
1
View file @
db540455
...
@@ -6,7 +6,7 @@ spec:
...
@@ -6,7 +6,7 @@ spec:
selector
:
selector
:
matchLabels
:
matchLabels
:
app
:
titan-ccp-load-generator
app
:
titan-ccp-load-generator
replicas
:
1
replicas
:
{{
INSTANCES
}}
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
...
@@ -27,3 +27,9 @@ spec:
...
@@ -27,3 +27,9 @@ spec:
value
:
"
http://my-confluent-cp-schema-registry:8081"
value
:
"
http://my-confluent-cp-schema-registry:8081"
-
name
:
NUM_SENSORS
-
name
:
NUM_SENSORS
value
:
"
{{NUM_SENSORS}}"
value
:
"
{{NUM_SENSORS}}"
-
name
:
POD_NAME
valueFrom
:
fieldRef
:
fieldPath
:
metadata.name
-
name
:
INSTANCES
value
:
"
{{INSTANCES}}"
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