This commit is contained in:
parent
476768ff09
commit
6205866602
1 changed files with 5 additions and 2 deletions
|
@ -163,7 +163,7 @@ prometheus:
|
|||
maxSamplesPerSend: 1000
|
||||
maxShards: 200
|
||||
capacity: 2500
|
||||
retentionSize: "45GB"
|
||||
retentionSize: "6h"
|
||||
replicas: 2
|
||||
storageSpec:
|
||||
volumeClaimTemplate:
|
||||
|
@ -172,7 +172,10 @@ prometheus:
|
|||
accessModes: ["ReadWriteOnce"]
|
||||
resources:
|
||||
requests:
|
||||
storage: 50Gi
|
||||
storage: 10Gi
|
||||
serviceMonitorNamespaceSelector:
|
||||
matchLabels:
|
||||
prometheus: yolokube
|
||||
ruleNamespaceSelector:
|
||||
matchLabels:
|
||||
prometheus: yolokube
|
||||
|
|
Loading…
Reference in a new issue