1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-01-09 17:37:44 +01:00
harbor/make/kubernetes/pv/registry.pv.yaml
2017-01-16 12:06:35 +08:00

15 lines
246 B
YAML

apiVersion: v1
kind: PersistentVolume
metadata:
name: registry-pv
labels:
type: registry
spec:
capacity:
storage: 100Gi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Retain
hostPath:
path: /data/registry