Files
homelab/k8s/core/prometheus/persistentVolume.yaml
Ultradesu 5031ec5643
All checks were successful
Check with kubeconform / lint (push) Successful in 5s
Got rid of NS in resources PROM
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