Skip to content

Commit

Permalink
delete store fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 10, 2025
1 parent 3aeb21f commit 21006b4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ loki:
auth_enabled: false
compactor:
retention_enabled: true
delete_request_store: true
delete_request_store: s3
commonConfig:
path_prefix: /loki
replication_factor: 1
Expand Down Expand Up @@ -57,9 +57,12 @@ loki:
s3:
bucketName: ${s3_bucket_name}
endpoint: s3.${region}.amazonaws.com
region: ${region}
s3ForcePathStyle: false
storage_config:
aws:
region: ${region}
s3: s3://${region}/${s3_bucket_name}/loki/
s3forcepathstyle: false
tracing:
enabled: true

Expand Down

0 comments on commit 21006b4

Please sign in to comment.