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
5ea5987c
Commit
5ea5987c
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Prepare Helm chart for custom benchmark resources
parent
1997256d
No related branches found
No related tags found
2 merge requests
!159
Re-implementation of Theodolite with Kotlin/Quarkus
,
!152
Adjust Benchmark Definitions for Operator
Pipeline
#4028
passed
3 years ago
Stage: build
Stage: test
Stage: check
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helm/templates/theodolite/theodolite-operator.yaml
+6
-0
6 additions, 0 deletions
helm/templates/theodolite/theodolite-operator.yaml
with
6 additions
and
0 deletions
helm/templates/theodolite/theodolite-operator.yaml
+
6
−
0
View file @
5ea5987c
...
@@ -51,6 +51,8 @@ spec:
...
@@ -51,6 +51,8 @@ spec:
mountPath
:
/deployments/benchmark-resources/uc3-flink
mountPath
:
/deployments/benchmark-resources/uc3-flink
-
name
:
benchmark-resources-uc4-flink
-
name
:
benchmark-resources-uc4-flink
mountPath
:
/deployments/benchmark-resources/uc4-flink
mountPath
:
/deployments/benchmark-resources/uc4-flink
-
name
:
benchmark-resources-custom
mountPath
:
/deployments/benchmark-resources/custom
{{
- if .Values.operator.sloChecker.lagTrend.enabled
}}
{{
- if .Values.operator.sloChecker.lagTrend.enabled
}}
-
name
:
lag-trend-slo-checker
-
name
:
lag-trend-slo-checker
image
:
"
{{
.Values.operator.sloChecker.lagTrend.image
}}:{{
.Values.operator.sloChecker.lagTrend.imageTag
}}"
image
:
"
{{
.Values.operator.sloChecker.lagTrend.image
}}:{{
.Values.operator.sloChecker.lagTrend.imageTag
}}"
...
@@ -113,4 +115,8 @@ spec:
...
@@ -113,4 +115,8 @@ spec:
configMap
:
configMap
:
name
:
benchmark-resources-uc4-flink
name
:
benchmark-resources-uc4-flink
optional
:
true
optional
:
true
-
name
:
benchmark-resources-custom
configMap
:
name
:
benchmark-resources-custom
optional
:
true
{{
- end
}}
{{
- end
}}
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