Skip to content

Commit

Permalink
Ruler: Pass -ruler-storage.s3.endpoint to ruler when using S3.
Browse files Browse the repository at this point in the history
This argument is is required, without it, the following error appears:

```
no s3 endpoint in config file
```
  • Loading branch information
stevesg committed Nov 22, 2021
1 parent a1c68bd commit 2b1e021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operations/mimir/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
s3: {
'ruler-storage.s3.region': $._config.aws_region,
'ruler-storage.s3.bucket-name': $._config.ruler_storage_bucket_name,
'ruler-storage.s3.endpoint': 's3.dualstack.%s.amazonaws.com' % $._config.aws_region,
},
azure: {
'ruler-storage.azure.container-name': $._config.ruler_storage_bucket_name,
Expand Down

0 comments on commit 2b1e021

Please sign in to comment.