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
Merge requests
!115
Start using new Theodolite defaults
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Start using new Theodolite defaults
start-using-defaults-issue-191
into
theodolite-kotlin
Overview
1
Commits
11
Pipelines
9
Changes
11
Merged
Sören Henning
requested to merge
start-using-defaults-issue-191
into
theodolite-kotlin
4 years ago
Overview
1
Commits
11
Pipelines
9
Changes
11
Expand
Fixes first part of
#191 (closed)
.
Depends on
!109 (merged)
Edited
4 years ago
by
Sören Henning
0
0
Merge request reports
Compare
theodolite-kotlin
version 10
ad24275f
4 years ago
version 9
480ea37f
4 years ago
version 8
1378320e
4 years ago
version 7
f3ad59f5
4 years ago
version 6
bb41bd6c
4 years ago
version 5
b1b334e7
4 years ago
version 4
b1b334e7
4 years ago
version 3
77cd2853
4 years ago
version 2
cfecd150
4 years ago
version 1
cfecd150
4 years ago
theodolite-kotlin (base)
and
latest version
latest version
7d1bfd44
11 commits,
4 years ago
version 10
ad24275f
10 commits,
4 years ago
version 9
480ea37f
9 commits,
4 years ago
version 8
1378320e
8 commits,
4 years ago
version 7
f3ad59f5
7 commits,
4 years ago
version 6
bb41bd6c
5 commits,
4 years ago
version 5
b1b334e7
4 commits,
4 years ago
version 4
b1b334e7
25 commits,
4 years ago
version 3
77cd2853
18 commits,
4 years ago
version 2
cfecd150
17 commits,
4 years ago
version 1
cfecd150
310 commits,
4 years ago
11 files
+
127
−
38
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
execution/helm/templates/theodolite/thedolite-operator.yaml
+
11
−
1
Options
@@ -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
}}
Loading