Skip to content

Commit

Permalink
feat(monitoring): add notifications to k8s CronJob monitoring in prod…
Browse files Browse the repository at this point in the history
…uction (#3151)

This builds on #3123 and incorporates #3124 and will be applied as part
of the next release of Production.
  • Loading branch information
andrewpollock authored Feb 13, 2025
1 parent 839a981 commit 8b6c210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/terraform/environments/oss-vdb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module "k8s_cron_alert" {
project_id = module.osv.project_id
cronjob_name = each.value.metadata.name
cronjob_expected_latency_minutes = lookup(each.value.metadata.labels, "cronLastSuccessfulTimeMins", null)
notification_channel = "projects/oss-vdb/notificationChannels/17648103713296264012"
}

import {
Expand Down

0 comments on commit 8b6c210

Please sign in to comment.