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
6e840509
Commit
6e840509
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Make results volume optional
parent
c446d914
No related branches found
No related tags found
4 merge requests
!159
Re-implementation of Theodolite with Kotlin/Quarkus
,
!157
Update Graal Image in CI pipeline
,
!153
Store benchmark execution results in operator volume
,
!83
WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline
#3758
failed
3 years ago
Stage: build
Stage: test
Stage: check
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
execution/helm/templates/theodolite/theodolite-operator.yaml
+8
-0
8 additions, 0 deletions
execution/helm/templates/theodolite/theodolite-operator.yaml
with
8 additions
and
0 deletions
execution/helm/templates/theodolite/theodolite-operator.yaml
+
8
−
0
View file @
6e840509
...
@@ -31,8 +31,10 @@ spec:
...
@@ -31,8 +31,10 @@ spec:
-
name
:
RESULTS_FOLDER
-
name
:
RESULTS_FOLDER
value
:
"
results"
value
:
"
results"
volumeMounts
:
volumeMounts
:
{{
- if .Values.operator.resultsVolume.enabled
}}
-
name
:
theodolite-pv-storage
-
name
:
theodolite-pv-storage
mountPath
:
"
/deployments/results"
mountPath
:
"
/deployments/results"
{{
- end
}}
-
name
:
benchmark-resources
-
name
:
benchmark-resources
mountPath
:
/work/benchmark-resources
mountPath
:
/work/benchmark-resources
{{
- if .Values.operator.sloChecker.lagTrend.enabled
}}
{{
- if .Values.operator.sloChecker.lagTrend.enabled
}}
...
@@ -46,8 +48,11 @@ spec:
...
@@ -46,8 +48,11 @@ spec:
-
name
:
LOG_LEVEL
-
name
:
LOG_LEVEL
value
:
INFO
value
:
INFO
{{
- end
}}
{{
- end
}}
{{
- if and .Values.operator.resultsVolume.enabled .Values.operator.resultsVolume.accessSidecar.enabled
}}
-
name
:
results-access
-
name
:
results-access
image
:
busybox:stable
image
:
busybox:stable
image
:
"
{{
.Values.operator.resultsVolume.accessSidecar.image
}}:{{
.Values.operator.resultsVolume.accessSidecar.imageTag
}}"
imagePullPolicy
:
"
{{
.Values.operator.resultsVolume.accessSidecar.imagePullPolicy
}}"
command
:
command
:
-
sh
-
sh
-
-c
-
-c
...
@@ -55,10 +60,13 @@ spec:
...
@@ -55,10 +60,13 @@ spec:
volumeMounts
:
volumeMounts
:
-
mountPath
:
/results
-
mountPath
:
/results
name
:
theodolite-pv-storage
name
:
theodolite-pv-storage
{{
- end
}}
volumes
:
volumes
:
{{
- if .Values.operator.resultsVolume.enabled
}}
-
name
:
theodolite-pv-storage
-
name
:
theodolite-pv-storage
persistentVolumeClaim
:
persistentVolumeClaim
:
claimName
:
theodolite-pv-claim
claimName
:
theodolite-pv-claim
{{
- end
}}
-
name
:
benchmark-resources
-
name
:
benchmark-resources
configMap
:
configMap
:
name
:
benchmark-resources
name
:
benchmark-resources
...
...
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