Skip to content

Commit

Permalink
fix(grafana): add back default prometheus dashboards (#771)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed May 15, 2024
1 parent 9803f39 commit 30f41ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions infra/tf/grafana/grafana.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ resource "helm_release" "grafana" {
sidecar = {
dashboards = {
enabled = true
searchNamespace = ["grafana", "prometheus"]
}
}

Expand Down
1 change: 1 addition & 0 deletions infra/tf/k8s_infra/prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ resource "helm_release" "prometheus" {
# Configured in grafana.tf
grafana = {
enabled = false
forceDeployDashboards = true
}

extraManifests = flatten([
Expand Down

0 comments on commit 30f41ee

Please sign in to comment.