add loki ring update

This commit is contained in:
2023-10-01 14:38:00 +02:00
parent b447e476f1
commit e12fdfb3f7

View File

@ -600,6 +600,11 @@ resource "helm_release" "loki" {
value = var.s3_secret_key
}
set {
name = "loki.commonConfig.replication_factor"
value = "1"
}
set {
name = "read.replicas"
value = "1"