increase idrac scrape timeout in attempt to reduce 499 [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-29 20:34:40 +00:00
parent b187f5eb2b
commit feeb6ee86c
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ alertmanager:
# storageClass: rook-cephfs
strategy:
type: Recreate
baseURL: "https://alertmanager.viktorbarzin.me"
ingress:
enabled: true
annotations:
@ -473,7 +474,7 @@ extraScrapeConfigs: |
replacement: 'r730_idrac_$${1}'
- job_name: 'redfish-idrac'
scrape_interval: 3m
scrape_timeout: 1m
scrape_timeout: 2m
metrics_path: /metrics
static_configs:
- targets:

Binary file not shown.