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:
@@ -350,7 +350,7 @@ k8sgateway:
|
|||||||
metrics:
|
metrics:
|
||||||
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
|
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
enabled: false
|
enabled: true
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
interval: 1m
|
interval: 1m
|
||||||
scrapeTimeout: 30s
|
scrapeTimeout: 30s
|
||||||
|
|||||||
Reference in New Issue
Block a user