Files
homelab/k8s/core/prometheus/persistentVolume.yaml
2025-04-13 19:31:40 +01:00

13 lines
191 B
YAML

---
apiVersion: v1
kind: PersistentVolume
metadata:
name: prometheus-pv
spec:
capacity:
storage: 200Gi
accessModes:
- ReadWriteOnce
hostPath:
path: /k8s/prom/tsdb-storage