From 8b6c2108c20949f9224f1d4798d78c8f8e748be0 Mon Sep 17 00:00:00 2001 From: Andrew Pollock Date: Thu, 13 Feb 2025 14:36:57 +1000 Subject: [PATCH] feat(monitoring): add notifications to k8s CronJob monitoring in production (#3151) This builds on #3123 and incorporates #3124 and will be applied as part of the next release of Production. --- deployment/terraform/environments/oss-vdb/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/terraform/environments/oss-vdb/main.tf b/deployment/terraform/environments/oss-vdb/main.tf index 85e5eb838e2..5c56ff26e5a 100644 --- a/deployment/terraform/environments/oss-vdb/main.tf +++ b/deployment/terraform/environments/oss-vdb/main.tf @@ -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 {