Skip to content

Commit

Permalink
no thanos
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 10, 2025
1 parent 0cfce2a commit 9acc3cb
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,15 @@ loki:
# Storage configuration
storage:
bucketNames:
admin: ${s3_bucket_name}/admin
chunks: ${s3_bucket_name}/chunks
ruler: ${s3_bucket_name}/ruler
admin: ${s3_bucket_name}/admin
object_store:
prefix: loki/
s3:
bucketName: ${s3_bucket_name}
endpoint: s3.${region}.amazonaws.com
region: ${region}
use_thanos_objstore: true
storage_config:
aws:
s3:
bucketName: ${s3_bucket_name}
endpoint: s3.${region}.amazonaws.com
region: ${region}
s3forcepathstyle: false
bucketnames: ${s3_bucket_name}
s3: s3://${region}/${s3_bucket_name}/loki/
s3forcepathstyle: false
tracing:
enabled: true

Expand Down

0 comments on commit 9acc3cb

Please sign in to comment.