arshad75

pv-persistentvolume.yaml

Jan 10th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ---
  2. apiVersion: v1
  3. kind: PersistentVolume
  4. metadata:
  5. name: nginx-persistentvolume
  6. resourceVersion: '63509'
  7. finalizers:
  8. - kubernetes.io/pv-protection
  9. spec:
  10. capacity:
  11. storage: 100Mi
  12. hostPath:
  13. path: "/aStorage/pvdemo"
  14. type: ''
  15. accessModes:
  16. - ReadWriteMany
  17. persistentVolumeReclaimPolicy: Retain
Add Comment
Please, Sign In to add comment