feat: increase timeout
All checks were successful
lint-test-helm / lint-helm (push) Successful in 15s
render-manifests-push / render-manifests-push (push) Successful in 39s
renovate / renovate (push) Successful in 2m38s

This commit is contained in:
2026-03-12 15:17:58 -05:00
parent 40ce4335a9
commit 4a141dbc3f
2 changed files with 5 additions and 5 deletions

View File

@@ -302,8 +302,8 @@ garage:
serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
endpoints:
- port: admin
interval: 1m
scrapeTimeout: 30s
interval: 5m
scrapeTimeout: 2m
path: /metrics
bearerTokenSecret:
name: garage-token-secret

View File

@@ -144,7 +144,7 @@ s3-exporter:
endpoints:
- port: metrics
interval: 5m
scrapeTimeout: 120s
scrapeTimeout: 2m
path: /metrics
garage-local:
selector:
@@ -156,7 +156,7 @@ s3-exporter:
endpoints:
- port: metrics
interval: 5m
scrapeTimeout: 120s
scrapeTimeout: 2m
path: /metrics
garage-remote:
selector:
@@ -168,5 +168,5 @@ s3-exporter:
endpoints:
- port: metrics
interval: 5m
scrapeTimeout: 120s
scrapeTimeout: 2m
path: /metrics