add missing pvc

This commit is contained in:
Tobias Brunner 2023-03-31 23:25:13 +02:00
parent 1b70129f39
commit 299c0137f2
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk

15
apps/tobru-ch/pvc.yaml Normal file
View file

@ -0,0 +1,15 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: data
namespace: tobru-ch
labels:
app: tobru-ch
spec:
accessModes:
- ReadWriteOnce
volumeMode: Filesystem
resources:
requests:
storage: 10Gi
storageClassName: local-path