Skip to content

Instantly share code, notes, and snippets.

@radikaled
Created May 13, 2022 04:44
Show Gist options
  • Save radikaled/c176485120b09e37cd6c4ea9e402b5fc to your computer and use it in GitHub Desktop.
Save radikaled/c176485120b09e37cd6c4ea9e402b5fc to your computer and use it in GitHub Desktop.
Azure Files NFS PVC
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: nfs-claim
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 100Gi
volumeName: pv0001
storageClassName: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment