Skip to content

Instantly share code, notes, and snippets.

@dserodio
Created December 27, 2016 19:39
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 dserodio/6e6d27ea9a503ba8521df11c9e7c366d to your computer and use it in GitHub Desktop.
Save dserodio/6e6d27ea9a503ba8521df11c9e7c366d to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: dserodio-pvc
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1Mi
apiVersion: v1
kind: PersistentVolume
metadata:
name: dserodio
spec:
accessModes:
- ReadWriteMany
capacity:
storage: 20Gi
nfs:
server: 10.134.86.8
path: /net/jenkins_data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment