Skip to content

Instantly share code, notes, and snippets.

@apatil
Created November 4, 2016 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apatil/a856e0c40be48e3061b21ab15dbae7e4 to your computer and use it in GitHub Desktop.
Save apatil/a856e0c40be48e3061b21ab15dbae7e4 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolume
metadata:
name: projects-share
labels:
app: sense
spec:
capacity:
storage: 12E
accessModes:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
nfs:
server: sense.example.com
path: /var/lib/sense/current/projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment