diff --git a/content/posts/15-a-beautiful-gitops-day-5/index.md b/content/posts/15-a-beautiful-gitops-day-5/index.md index 393ad02..342a535 100644 --- a/content/posts/15-a-beautiful-gitops-day-5/index.md +++ b/content/posts/15-a-beautiful-gitops-day-5/index.md @@ -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"