Skip to content

Commit

Permalink
feat(workers): enable managed prometheus for to allow GKE cron job mo…
Browse files Browse the repository at this point in the history
…nitoring
  • Loading branch information
rjerrems committed Nov 21, 2024
1 parent fe04ad5 commit a7a391b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployment/terraform/modules/osv/workers_gke.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ resource "google_container_cluster" "workers" {
]
prevent_destroy = true
}

monitoring_config {
managed_prometheus {
enabled = true
}
}
}

resource "google_container_node_pool" "default_pool" {
Expand Down

0 comments on commit a7a391b

Please sign in to comment.