Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created December 8, 2020 14:54
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 gowatana/4a6edf8c8d3cc1566884b379684c3821 to your computer and use it in GitHub Desktop.
Save gowatana/4a6edf8c8d3cc1566884b379684c3821 to your computer and use it in GitHub Desktop.
---
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: demo-pvc-nfs
labels:
demo: adv20201208
annotations:
volume.beta.kubernetes.io/storage-class: "vm-storage-policy-wcp"
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment