add loki ring update
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user