Skip to content
Snippets Groups Projects
Commit 967edaf3 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'oci-volumes' of git.se.informatik.uni-kiel.de:she/theodolite into oci-volumes

parents fb564e99 a5a6312b
No related branches found
No related tags found
2 merge requests!84Gitlab CI for Theodolite-Kotlin-Quarkus,!80Add volume claim for OCI plus access pod
Pipeline #1832 failed
apiVersion: v1
kind: Pod
metadata:
name: theodolite-results-access
spec:
restartPolicy: Always
containers:
- name: theodolite-results-access
image: busybox:latest
command:
- sh
- -c
- exec tail -f /dev/null
volumeMounts:
- mountPath: /app/results
name: theodolite-pv-storage
volumes:
- name: theodolite-pv-storage
persistentVolumeClaim:
claimName: theodolite-pv-claim
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