Skip to content

Instantly share code, notes, and snippets.

@vamsijakkula
Created April 19, 2020 17:23
Show Gist options
  • Save vamsijakkula/e0995dab1c2649ba221e9f470bd671d0 to your computer and use it in GitHub Desktop.
Save vamsijakkula/e0995dab1c2649ba221e9f470bd671d0 to your computer and use it in GitHub Desktop.
PersistentVolume
apiVersion: v1
kind: PersistentVolume
metadata:
name: nfs-pv
labels:
type: local
spec:
storageClassName: manual
capacity:
storage: 1Gi
accessModes:
- ReadWriteMany
nfs:
server: 192.168.1.8
path: "/pv/nfs/test-volume"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment