Skip to content

Instantly share code, notes, and snippets.

@RemiPoux
Created October 16, 2019 10:19
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: nfs-claim
spec:
accessModes:
- ReadWriteMany
storageClassName: nfs
resources:
requests:
storage: 80Mi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment