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
480ea37f
Commit
480ea37f
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Load benchmark resources from a ConfigMap
parent
1378320e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!159
Re-implementation of Theodolite with Kotlin/Quarkus
,
!157
Update Graal Image in CI pipeline
,
!115
Start using new Theodolite defaults
,
!83
WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline
#2729
canceled
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/thedolite-operator.yaml
+11
-1
11 additions, 1 deletion
execution/helm/templates/theodolite/thedolite-operator.yaml
with
11 additions
and
1 deletion
execution/helm/templates/theodolite/thedolite-operator.yaml
+
11
−
1
View file @
480ea37f
...
...
@@ -23,9 +23,19 @@ spec:
value
:
{{
.Release.Namespace
}}
-
name
:
MODE
value
:
operator
-
name
:
THEODOLITE_APP_RESOURCES
value
:
"
./benchmark-resources"
volumeMounts
:
-
name
:
benchmark-resources
mountPath
:
/work/benchmark-resources
-
name
:
lag-analysis
image
:
ghcr.io/cau-se/theodolite-slo-checker-lag-trend:theodolite-kotlin-latest
ports
:
-
containerPort
:
80
name
:
analysis
name
:
analysis
volumes
:
-
name
:
benchmark-resources
configMap
:
name
:
benchmark-resources
optional
:
true
{{
- 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