harbor/make/kubernetes/pv/registry.pv.yaml

15 lines
246 B
YAML
Raw Normal View History

2016-11-21 09:07:04 +01:00
apiVersion: v1
kind: PersistentVolume
metadata:
name: registry-pv
labels:
type: registry
spec:
capacity:
storage: 100Gi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Retain
hostPath:
path: /data/registry