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
6ee06756
Commit
6ee06756
authored
4 years ago
by
Lorenz Boguhn
Committed by
Lorenz Boguhn
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add Volume for results to Job
parent
447527ad
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
,
!122
Update Theodolite Kubernetes Job
,
!83
WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
execution/theodolite-kotlin.yaml
+11
-11
11 additions, 11 deletions
execution/theodolite-kotlin.yaml
with
11 additions
and
11 deletions
execution/theodolite-kotlin.yaml
+
11
−
11
View file @
6ee06756
...
@@ -6,9 +6,9 @@ spec:
...
@@ -6,9 +6,9 @@ spec:
template
:
template
:
spec
:
spec
:
volumes
:
volumes
:
-
name
:
theodolite-pv-storage
-
name
:
theodolite-pv-storage
persistentVolumeClaim
:
persistentVolumeClaim
:
claimName
:
theodolite-pv-claim
claimName
:
theodolite-pv-claim
containers
:
containers
:
-
name
:
lag-analysis
-
name
:
lag-analysis
image
:
ghcr.io/cau-se/theodolite-slo-checker-lag-trend:theodolite-kotlin-latest
image
:
ghcr.io/cau-se/theodolite-slo-checker-lag-trend:theodolite-kotlin-latest
...
@@ -30,14 +30,14 @@ spec:
...
@@ -30,14 +30,14 @@ spec:
-
name
:
THEODOLITE_APP_RESOURCES
-
name
:
THEODOLITE_APP_RESOURCES
value
:
/etc/app-resources
value
:
/etc/app-resources
volumeMounts
:
volumeMounts
:
-
name
:
app-resources
-
mountPath
:
"
/etc/
app-resources
"
mountPath
:
/etc/
app-resources
name
:
app-resources
-
name
:
benchmark
-
mountPath
:
"
/etc/
benchmark
"
mountPath
:
/etc/
benchmark
name
:
benchmark
-
name
:
execution
-
mountPath
:
"
/etc/
execution
"
mountPath
:
/etc/
execution
name
:
execution
#
-
name: theodolite-pv-storage
-
mountPath
:
"
/deployments/results"
#
mountPath: "/deployments"
name
:
theodolite-pv-storage
restartPolicy
:
Never
restartPolicy
:
Never
# Uncomment if RBAC is enabled and configured
# Uncomment if RBAC is enabled and configured
serviceAccountName
:
theodolite
serviceAccountName
:
theodolite
...
...
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