updating
This commit is contained in:
parent
ed51e9c048
commit
12154f89c2
@ -4150,7 +4150,7 @@ prometheus:
|
|||||||
|
|
||||||
## Maximum size of metrics
|
## Maximum size of metrics
|
||||||
##
|
##
|
||||||
retentionSize: "10GB"
|
retentionSize: ""
|
||||||
|
|
||||||
## Allow out-of-order/out-of-bounds samples ingested into Prometheus for a specified duration
|
## Allow out-of-order/out-of-bounds samples ingested into Prometheus for a specified duration
|
||||||
## See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#tsdb
|
## See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#tsdb
|
||||||
@ -4251,17 +4251,17 @@ prometheus:
|
|||||||
## Prometheus StorageSpec for persistent data
|
## Prometheus StorageSpec for persistent data
|
||||||
## ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/platform/storage.md
|
## ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/platform/storage.md
|
||||||
##
|
##
|
||||||
storageSpec: {}
|
storageSpec:
|
||||||
## Using PersistentVolumeClaim
|
# Using PersistentVolumeClaim
|
||||||
##
|
#
|
||||||
# volumeClaimTemplate:
|
volumeClaimTemplate:
|
||||||
# spec:
|
spec:
|
||||||
# storageClassName: gluster
|
storageClassName: longhorn
|
||||||
# accessModes: ["ReadWriteOnce"]
|
accessModes: ["ReadWriteOnce"]
|
||||||
# resources:
|
resources:
|
||||||
# requests:
|
requests:
|
||||||
# storage: 50Gi
|
storage: 15Gi
|
||||||
# selector: {}
|
selector: {}
|
||||||
|
|
||||||
## Using tmpfs volume
|
## Using tmpfs volume
|
||||||
##
|
##
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user