Skip to content

Commit

Permalink
👷 build(values/loki.yml.tpl): update schema for storgae to match upst…
Browse files Browse the repository at this point in the history
…ream
  • Loading branch information
morga471 committed Jan 21, 2026
1 parent de6f39a commit 6d6aa40
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ loki:
period: 24h
# Storage configuration
storage:
type: s3
bucketNames:
admin: ${s3_bucket_name}
chunks: ${s3_bucket_name}
ruler: ${s3_bucket_name}
s3:
s3: s3://${region}
bucketName: ${s3_bucket_name}
region: ${region}
s3ForcePathStyle: false
bucketNames:
admin: ${s3_bucket_name}
chunks: ${s3_bucket_name}
ruler: ${s3_bucket_name}
storage_cofig:
aws:
s3:
bucketName: ${s3_bucket_name}
region: ${region}
s3ForcePathStyle: false
tracing:
enabled: true

Expand Down

0 comments on commit 6d6aa40

Please sign in to comment.