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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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