Created
February 7, 2018 14:58
-
-
Save CalvinHartwell/b20f07747e2615fe8e597cb1e155bfce to your computer and use it in GitHub Desktop.
nfs-persistent-volume-claim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: PersistentVolumeClaim | |
| metadata: | |
| name: nfs-claim-1 | |
| spec: | |
| accessModes: | |
| - ReadWriteMany | |
| storageClassName: "" | |
| resources: | |
| requests: | |
| storage: 5Mi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment