From 83abf7990b51c81f3513f9902ee7a26719d41b10 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 3 Oct 2024 09:55:48 +0200 Subject: [PATCH] support, grafana: disable alerting tab --- helm-charts/support/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm-charts/support/values.yaml b/helm-charts/support/values.yaml index d0e7c0188..20ce9b8eb 100644 --- a/helm-charts/support/values.yaml +++ b/helm-charts/support/values.yaml @@ -384,6 +384,10 @@ grafana: # Because our grafana is behind an nginx ingress, this should match the # read timeout set above under `ingress.annotations`. timeout: 120 + unified_alerting: + # Disable alerting for now as its not something our community users can + # setup. See https://github.com/2i2c-org/infrastructure/issues/4919. + enabled: false server: root_url: "" enable_gzip: true