1
0
This commit is contained in:
2026-05-14 19:56:24 +02:00
commit 158000d047
16 changed files with 1064 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: onlinefilehasher-input-storage-volume
namespace: exam-varga
labels:
type: local
spec:
storageClassName: manual
capacity:
storage: 1Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/mnt/data"