Skip to content

Instantly share code, notes, and snippets.

@azhuox
Created November 29, 2020 21:21
Show Gist options
  • Save azhuox/eec669ae7da6d3408fe6d595d226a91c to your computer and use it in GitHub Desktop.
Save azhuox/eec669ae7da6d3408fe6d595d226a91c to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: nfs-pvc
spec:
resources:
requests:
storage: 10Gi
accessModes:
- ReadWriteMany
selector:
matchLabels:
pv-name: nfs-pv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment