How to enable persistence in prometheus-community chart? How to enable persistence in prometheus-community chart? kubernetes kubernetes

How to enable persistence in prometheus-community chart?


I enabled the statefulset on the prometheus server and now it seems to work.

server:  persistentVolume:    enabled: true    storageClass: default-hdd-retain    accessModes:    - ReadWriteOnce    size: 40Gi  statefulSet:    enabled: true