Skip to content

Instantly share code, notes, and snippets.

@cmachler
Created September 8, 2016 19:15
Show Gist options
  • Save cmachler/42f07bc16ac60244dc7a31c85be8dc3d to your computer and use it in GitHub Desktop.
Save cmachler/42f07bc16ac60244dc7a31c85be8dc3d to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: db-nfs-pvc
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 3Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment