Skip to content
Snippets Groups Projects
Verified Commit fdeb1515 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

prometheus: Add persistent storage to monitoring

parent e3a4bb42
No related branches found
No related tags found
No related merge requests found
......@@ -2308,17 +2308,14 @@ spec:
## Prometheus StorageSpec for persistent data
## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md
##
storageSpec: {}
## Using PersistentVolumeClaim
##
# volumeClaimTemplate:
# spec:
# storageClassName: gluster
# accessModes: ["ReadWriteOnce"]
# resources:
# requests:
# storage: 50Gi
# selector: {}
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: ceph-block
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 5Gi
## Using tmpfs volume
##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment