remove 1gb limit for tsdb to confirm it was the root cause for memory issues [ci skip]

This commit is contained in:
viktorbarzin 2023-04-21 23:04:39 +01:00
parent 64491f9028
commit c87376b670
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 1 additions and 1 deletions

View file

@ -56,7 +56,7 @@ server:
extraFlags:
# - "web.enable-admin-api"
- "storage.tsdb.allow-overlapping-blocks"
- "storage.tsdb.retention.size=1GB"
# - "storage.tsdb.retention.size=1GB"
persistentVolume:
# enabled: false
existingClaim: prometheus-iscsi-pvc

Binary file not shown.