Skip to content

Commit

Permalink
no monitoring then
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Sep 4, 2024
1 parent 3fcb676 commit cfeba91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -336,15 +336,15 @@ resource "helm_release" "loki" {
}
set {
name = "monitoring.serviceMonitor.enabled"
value = "true"
value = "false"
}
set {
name = "monitoring.selfMonitoring.enabled"
value = "true"
value = "false"
}
set {
name = "monitoring.lokiCanary.enabled"
value = "true"
value = "false"
}

}

0 comments on commit cfeba91

Please sign in to comment.