gf-k8s/apps/system/monitoring/templates/prometheus-volume.yaml

11 lines
175 B
YAML

apiVersion: v1
kind: PersistentVolume
metadata:
name: prometheus
spec:
capacity:
storage: 10Gi
accessModes:
- ReadWriteOnce
hostPath:
path: /data/prometheus