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

Binary file not shown.