Skip to content
Snippets Groups Projects
Commit fbcf2a93 authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Add Volume for results to Job

parent 541a3530
Branches
Tags v0.8.4
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!122Update Theodolite Kubernetes Job,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment