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