ruby-ex/infra/volumes-local.yaml

14 lines
239 B
YAML
Raw Normal View History

2016-12-05 15:56:14 +00:00
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: disk-1
spec:
capacity:
storage: 10Gi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Retain
2017-01-02 17:40:24 +00:00
hostPath:
path: /Users/omallo/openshift/volumes/disk-1