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 <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2022-11-12 12:24:54 +01:00
committed by GitHub
parent 874ed747f0
commit 747e35fbfd

View File

@@ -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