Last active
August 1, 2019 23:57
-
-
Save swiftdiaries/8719124e70881366d9f69b00be6eb8ea to your computer and use it in GitHub Desktop.
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
kind: PersistentVolumeClaim | |
apiVersion: v1 | |
metadata: | |
name: nfs | |
namespace: kubeflow | |
spec: | |
accessModes: | |
- ReadWriteMany | |
storageClassName: nfs | |
resources: | |
requests: | |
storage: 50Gi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment