Skip to content

Commit

Permalink
add config option for store to delete
Browse files Browse the repository at this point in the history
  • Loading branch information
h3mmy committed May 27, 2024
1 parent 44ad360 commit 77cadd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cluster/apps/monitoring/loki/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ spec:
join_members:
- loki-memberlist
limits_config:
allow_structured_metadata: false # TODO: Remove this after schema update
allow_structured_metadata: false # TODO: Remove this after schema update
max_cache_freshness_per_query: 10m
split_queries_by_interval: 1h
reject_old_samples: true
Expand Down Expand Up @@ -236,6 +236,7 @@ spec:
working_directory: /var/loki/boltdb-shipper-compactor
compaction_interval: 5m
retention_enabled: true
delete_request_store: s3
retention_delete_delay: 2h
retention_delete_worker_count: 150

Expand Down

0 comments on commit 77cadd7

Please sign in to comment.