[ci skip] Fix code review findings: correct Alertmanager URL, add atomic to Loki, remove dead minio NFS export, update design doc

This commit is contained in:
Viktor Barzin 2026-02-13 23:08:44 +00:00
parent c7236f09f1
commit f013c0a139
No known key found for this signature in database
GPG key ID: 0EB088298288D958
4 changed files with 5 additions and 4 deletions

View file

@ -7,6 +7,7 @@ resource "helm_release" "loki" {
chart = "loki"
values = [templatefile("${path.module}/loki.yaml", {})]
atomic = true
timeout = 300
depends_on = [kubernetes_config_map.loki_alert_rules]