From faa0015c11d739a6c0334635e6e26d7154a00429 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Fri, 18 Aug 2023 11:28:47 +0100 Subject: [PATCH] Install locally by default Signed-off-by: Michel Hollands --- charts/meta-monitoring/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/meta-monitoring/values.yaml b/charts/meta-monitoring/values.yaml index 735164b..53fcd4f 100644 --- a/charts/meta-monitoring/values.yaml +++ b/charts/meta-monitoring/values.yaml @@ -9,28 +9,28 @@ clusterName: "meta-monitoring" # Set to true for a local version of logs, metrics or traces local: logs: - enabled: false + enabled: true metrics: - enabled: false + enabled: true traces: - enabled: false + enabled: true minio: - enabled: false # This should be set to true if any of the previous is enabled + enabled: true # This should be set to true if any of the previous is enabled # Set to true to write logs, metrics or traces to Grafana Cloud cloud: logs: - enabled: true + enabled: false endpoint: username: password: metrics: - enabled: true + enabled: false endpoint: username: password: traces: - enabled: true + enabled: false endpoint: username: password: