Create pv-volume.yaml

pull/46254/head
Sabbir Ahmed Shameem 2024-05-07 20:09:50 +06:00 committed by GitHub
parent ae29e73adc
commit f18eff3241
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: task-pv-volume
labels:
type: local
spec:
storageClassName: manual
capacity:
storage: 10Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/mnt/data"