Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit 56f2a5d

Browse files
committed
[prometheus] Increase retentionSize
This ups prometheus's retentionSize. Now that we're on 2.15, retentionSize needs to include both the tsdb and the WAL. We really don't want it to run out of disk again though so we're leaving a generous headroom 😄
1 parent 27ec421 commit 56f2a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/gsp-cluster/charts/gsp-monitoring/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ prometheus-operator:
1818
product: local
1919
replicas: 2
2020
retention: "60d"
21-
retentionSize: "190GB"
21+
retentionSize: "350GB"
2222
walCompression: true
2323
ruleSelectorNilUsesHelmValues: false
2424
ruleSelector: {}

0 commit comments

Comments
 (0)