diff --git a/values/loki.yml.tpl b/values/loki.yml.tpl index c1085a8..d6ae27b 100644 --- a/values/loki.yml.tpl +++ b/values/loki.yml.tpl @@ -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