Files
homelab/k8s/core/prometheus/persistentVolume.yaml

13 lines
191 B
YAML
Raw Normal View History

2025-04-12 14:06:50 +01:00
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: prometheus-pv
spec:
capacity:
storage: 200Gi
accessModes:
- ReadWriteOnce
hostPath:
path: /k8s/prom/tsdb-storage