ml-quantum-tensorflow-py/kubeflow/kfapp/kustomize/minio/overlays/minioPd/persistent-volume.yaml
2020-04-06 17:23:26 -07:00

12 lines
201 B
YAML

apiVersion: v1
kind: PersistentVolume
metadata:
name: $(minioPvName)
spec:
capacity:
storage: 20Gi
accessModes:
- ReadWriteOnce
gcePersistentDisk:
pdName: $(minioPd)
fsType: ext4