Skip to content
Snippets Groups Projects
Commit 7e8250df 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 a3b67c48 a01c94f2
No related branches found
No related tags found
No related merge requests found
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