Skip to content

Instantly share code, notes, and snippets.

@ycyr
Created November 3, 2020 13:45
Show Gist options
  • Save ycyr/efdd6807263a27a2f9ab072ff8880731 to your computer and use it in GitHub Desktop.
Save ycyr/efdd6807263a27a2f9ab072ff8880731 to your computer and use it in GitHub Desktop.
local cortex = import "cortex/cortex.libsonnet";
cortex {
_config+:: {
namespace: "cortex",
storage_engine: 'blocks',
blocks_storage_backend: 's3',
blocks_storage_bucket_name: 'test-buck-cortex-blocks',
blocks_storage_s3_endpoint: 's3.dualstack.ca-central-1.amazonaws.com',
storage_backend: 'aws',
aws_region: 'us-east-1',
s3_bucket_name: 'test-bucket-cortex-blocks',
ruler_client_type: 's3'
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment