From c579540473296d970aed45402b6cd035f10d47fe Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 16 Apr 2021 09:20:13 +0200 Subject: [PATCH] helm: turn off monitoring by default Signed-off-by: Jens Langhammer --- helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index 95ea30d75..f9f591156 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -15,7 +15,7 @@ workerReplicas: 1 kubernetesIntegration: true monitoring: - enabled: true + enabled: false config: # Optionally specify fixed secret_key, otherwise generated automatically