We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682265f commit 9dcf561Copy full SHA for 9dcf561
1 file changed
Kubernetese/PersistentVolume/pv.yml
@@ -0,0 +1,12 @@
1
+apiVersion: v1
2
+kind: PersistentVolume
3
+metadata:
4
+ name: block-pv
5
+spec:
6
+ storageClassName: manual
7
+ capacity:
8
+ storage: 10Gi
9
+ accessModes:
10
+ - ReadWriteOnce
11
+ hostPath:
12
+ path: /tmp/data
0 commit comments