From 747e35fbfd6be0685a124ed6c6a321bcf1bdd1a2 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sat, 12 Nov 2022 12:24:54 +0100 Subject: [PATCH] feat(blocky): enable metrics by default New manifest loader allows us to create the metrics resources regardless of weither prometheus is installed or not Signed-off-by: Kjeld Schouten-Lebbing --- charts/enterprise/blocky/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/enterprise/blocky/values.yaml b/charts/enterprise/blocky/values.yaml index 030c56084c0..436e7729fe8 100644 --- a/charts/enterprise/blocky/values.yaml +++ b/charts/enterprise/blocky/values.yaml @@ -350,7 +350,7 @@ k8sgateway: metrics: # -- Enable and configure a Prometheus serviceMonitor for the chart under this key. # @default -- See values.yaml - enabled: false + enabled: true serviceMonitor: interval: 1m scrapeTimeout: 30s