Files
homelab/k8s/core/prometheus/persistentVolume.yaml
2025-04-12 14:06:50 +01:00

14 lines
215 B
YAML

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