[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:
parent
71ff803978
commit
69aae2ec9d
4 changed files with 5 additions and 4 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue