rpi.carlosedp.cluster-monit.../samples/sample-pv-prometheus.yaml

15 lines
257 B
YAML
Raw Normal View History

2020-06-23 23:06:39 +02:00
apiVersion: v1
kind: PersistentVolume
metadata:
name: prometheus
labels:
type: local
spec:
capacity:
storage: 2Gi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Retain
hostPath:
path: "/data/k3s-storage/prometheus/"