mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
15 lines
241 B
YAML
15 lines
241 B
YAML
apiVersion: v1
|
|
kind: PersistentVolume
|
|
metadata:
|
|
name: storage-pv
|
|
labels:
|
|
type: storage
|
|
spec:
|
|
capacity:
|
|
storage: 5Gi
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
persistentVolumeReclaimPolicy: Retain
|
|
hostPath:
|
|
path: /data/storage
|