Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 4f8c745

Browse files
committed
cortex: Define Azure ruler args
Signed-off-by: Arve Knudsen <[email protected]>
1 parent fc50bc0 commit 4f8c745

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cortex/config.libsonnet

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,11 @@
258258
'ruler-storage.s3.region': $._config.aws_region,
259259
'ruler-storage.s3.bucket-name': $._config.ruler_storage_bucket_name,
260260
},
261-
azure: {},
261+
azure: {
262+
'ruler-storage.azure.container-name': '%(cluster)s-%(namespace)s-ruler' % $._config,
263+
'ruler-storage.azure.account-name': '$(BLOCKS_STORAGE_AZURE_ACCOUNT_NAME)',
264+
'ruler-storage.azure.account-key': '$(BLOCKS_STORAGE_AZURE_ACCOUNT_KEY)',
265+
},
262266
'local': {
263267
'ruler-storage.local.directory': $._config.ruler_local_directory,
264268
},

0 commit comments

Comments
 (0)