Remove compactor config.

This commit is contained in:
Joseph Hanson 2024-04-10 22:41:21 -05:00
parent f7a624c80d
commit 5d2e504960
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -87,6 +87,7 @@ spec:
enabled: true enabled: true
query_scheduler: query_scheduler:
max_outstanding_requests_per_tenant: 4096 max_outstanding_requests_per_tenant: 4096
frontend: frontend:
max_outstanding_per_tenant: 4096 max_outstanding_per_tenant: 4096
common: common:
@ -116,13 +117,6 @@ spec:
ring: ring:
kvstore: kvstore:
store: memberlist store: memberlist
compactor:
working_directory: /var/loki/boltdb-shipper-compactor
shared_store: s3
compaction_interval: 10m
retention_enabled: true
retention_delete_delay: 2h
retention_delete_worker_count: 150
ingester: ingester:
max_chunk_age: 1h max_chunk_age: 1h
lifecycler: lifecycler: