Skip to content

Commit

Permalink
fix: πŸ› hit max gb (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria authored Nov 26, 2024
1 parent 59a594e commit 5d9858c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/thanos-values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ compactor:
- --deduplication.replica-label=prometheus_replica
- --deduplication.func=penalty
- --compact.concurrency=64
- --downsample.concurrency=24
- --downsample.concurrency=16
- --compact.blocks-fetch-concurrency=16
- --delete-delay=12h
- --no-debug.halt-on-error
retentionResolutionRaw: 30d
retentionResolution5m: 180d
retentionResolution1h: 365d
persistence:
size: 20000Gi
size: 16000Gi
serviceAccount:
create: false
name: "${prometheus_sa_name}"
Expand Down

0 comments on commit 5d9858c

Please sign in to comment.