From 2715b8e56791a951924c9bbe6b0614717c983ce0 Mon Sep 17 00:00:00 2001 From: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Tue, 28 Mar 2023 09:24:16 +0200 Subject: [PATCH] swh/graphql: Activate sentry integration in all the environments Related to swh/infra/sysadm-environment#4822 --- swh/values/default.yaml | 2 ++ swh/values/staging.yaml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/swh/values/default.yaml b/swh/values/default.yaml index 5a5b6feb7..4084aa19a 100644 --- a/swh/values/default.yaml +++ b/swh/values/default.yaml @@ -91,6 +91,8 @@ listers: - "true" graphql: + sentry: + enabled: true affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: diff --git a/swh/values/staging.yaml b/swh/values/staging.yaml index f0f51e493..d51076c0d 100644 --- a/swh/values/staging.yaml +++ b/swh/values/staging.yaml @@ -432,8 +432,6 @@ indexers: graphql: enabled: true - sentry: - enabled: true backends: storage: host: webapp.internal.staging.swh.network -- GitLab