Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions charts/base-cluster/templates/monitoring/logs/loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,17 @@ spec:
period: 24h
commonConfig:
replication_factor: 1
limits_config:
retention_period: 45d
compactor:
retention_enabled: true
delete_request_store: filesystem
compaction_interval: 15m
retention_delete_delay: 24h
retention_delete_worker_count: 150
Comment thread
cwrau marked this conversation as resolved.
ingester:
chunk_block_size: 524288
chunk_target_size: 5242880
tableManager:
retention_deletes_enabled: true
retention_period: 6w
backend:
replicas: 0
read:
Expand Down
Loading