Skip to content

Commit

Permalink
Merge pull request grafana/cortex-jsonnet#421 from stevesg/fix-ruler-s3
Browse files Browse the repository at this point in the history
Ruler: Pass `-ruler-storage.s3.endpoint` to ruler when using S3.
  • Loading branch information
stevesg committed Nov 22, 2021
2 parents a1c68bd + 2b1e021 commit ec2c846
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 ec2c846

Please sign in to comment.