Skip to content

Commit

Permalink
add both storage configs
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 8, 2025
1 parent 67dde52 commit 1a7899d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,16 @@ loki:
split_queries_by_interval: 15m
# Storage configuration
storage:
use_thanos_objstore: true
bucketNames:
chunks: ${s3_bucket_name}
ruler: ${s3_bucket_name}
admin: ${s3_bucket_name}
object_store:
s3:
bucketName: ${s3_bucket_name}
endpoint: s3.${region}.amazonaws.com
region: ${region}
use_thanos_objstore: true
pattern_ingester:
enabled: false
# Provisioner settings
Expand Down

0 comments on commit 1a7899d

Please sign in to comment.