Skip to content

Instantly share code, notes, and snippets.

@debianmaster
Created October 15, 2018 06:16
Show Gist options
  • Select an option

  • Save debianmaster/27685ffca046fa72fe48df6778a3ab09 to your computer and use it in GitHub Desktop.

Select an option

Save debianmaster/27685ffca046fa72fe48df6778a3ab09 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolume
metadata:
name: pv0003
spec:
capacity:
storage: 5Gi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Recycle
nfs:
path: /tmp
server: 172.17.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment