forked from ab/homelab
Added prom-stack
This commit is contained in:
13
k8s/core/prometheus/persistentVolume.yaml
Normal file
13
k8s/core/prometheus/persistentVolume.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: prometheus-pv
|
||||
namespace: prometheus
|
||||
spec:
|
||||
capacity:
|
||||
storage: 200Gi
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
hostPath:
|
||||
path: /k8s/prom/tsdb-storage
|
Reference in New Issue
Block a user