From c88fe59c7128d3e4ff080c408f0de8f66dda3392 Mon Sep 17 00:00:00 2001 From: Ta-Ching Chen Date: Tue, 28 Jan 2020 01:23:41 +0800 Subject: [PATCH] Set prometheus.enabled=false in core chart (#1513) --- charts/fission-core/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/fission-core/values.yaml b/charts/fission-core/values.yaml index 1c2506cb..582cffc9 100644 --- a/charts/fission-core/values.yaml +++ b/charts/fission-core/values.yaml @@ -172,7 +172,7 @@ debugEnv: false ## Prometheus for scrapping service metrics prometheus: ## set this flag to true if prometheus needs to be deployed along with fission - enabled: true + enabled: false ## If enabled is false, please assign the prometheus service URL ## that is accessible by components.