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
6171210b
Commit
6171210b
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Make SLO checker configurable
parent
2c17ca80
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
,
!129
Enhance Helming
,
!83
WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline
#3736
canceled
3 years ago
Stage: build
Stage: test
Stage: check
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
execution/helm/templates/theodolite/theodolite-operator.yaml
+5
-3
5 additions, 3 deletions
execution/helm/templates/theodolite/theodolite-operator.yaml
execution/helm/values.yaml
+7
-0
7 additions, 0 deletions
execution/helm/values.yaml
with
12 additions
and
3 deletions
execution/helm/templates/theodolite/theodolite-operator.yaml
+
5
−
3
View file @
6171210b
...
...
@@ -29,15 +29,17 @@ spec:
volumeMounts
:
-
name
:
benchmark-resources
mountPath
:
/work/benchmark-resources
-
name
:
lag-analysis
image
:
ghcr.io/cau-se/theodolite-slo-checker-lag-trend:theodolite-kotlin-latest
imagePullPolicy
:
Always
{{
- if .Values.operator.slo-checker.lag-trend.enabled
}}
-
name
:
lag-trend-slo-checker
image
:
"
{{
.Values.operator.slo-checker.lag-trend.image
}}:{{
.Values.operator.slo-checker.lag-trend.imageTag
}}"
imagePullPolicy
:
"
{{
.Values.operator.slo-checker.lag-trend.imagePullPolicy
}}"
ports
:
-
containerPort
:
80
name
:
analysis
env
:
-
name
:
LOG_LEVEL
value
:
INFO
{{
- end
}}
volumes
:
-
name
:
benchmark-resources
configMap
:
...
...
This diff is collapsed.
Click to expand it.
execution/helm/values.yaml
+
7
−
0
View file @
6171210b
...
...
@@ -255,6 +255,13 @@ operator:
benchmarkCRD
:
create
:
true
slo-checker
:
lag-trend
:
enabled
:
true
image
:
ghcr.io/cau-se/theodolite-slo-checker-lag-trend
imageTag
:
theodolite-kotlin-latest
imagePullPolicy
:
Always
serviceAccount
:
create
:
true
...
...
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