Skip to content

Commit 9f3ff8f

Browse files
committed
hack/observability: use 20 Gi of storage for Prometheus
Signed-off-by: Stefan Büringer [email protected]
1 parent 4d76266 commit 9f3ff8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hack/observability/prometheus/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ server:
1717
- "web.enable-lifecycle"
1818
# Used by tempo to write traces.
1919
- "web.enable-remote-write-receiver"
20+
persistentVolume:
21+
# Give Prometheus more space to store metrics.
22+
size: 20Gi
2023

2124
# Scrape metrics from deployed providers
2225
extraScrapeConfigs: |

0 commit comments

Comments
 (0)