1
0
Files
vk26-onlinehasherapp/k8s/pv2.yml
T
2026-05-14 19:56:24 +02:00

15 lines
276 B
YAML

apiVersion: v1
kind: PersistentVolume
metadata:
name: onlinefilehasher-output-storage-volume
namespace: exam-varga
labels:
type: local
spec:
storageClassName: manual
capacity:
storage: 1Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/mnt/data2"