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

Add Volume for results to Job

parent 447527ad
No related branches found
No related tags found
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
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment