Skip to content

Commit

Permalink
Merge pull request 2i2c-org#3419 from yuvipanda/prom
Browse files Browse the repository at this point in the history
Make dirsize-reporter respect SIGTERM
  • Loading branch information
yuvipanda authored Nov 14, 2023
2 parents dbc1499 + 9b56e6c commit 31d7b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-charts/basehub/templates/home-dirsize-reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
containers:
- name: dirsize-exporter
# From https://github.com/yuvipanda/prometheus-dirsize-exporter
image: quay.io/yuvipanda/prometheus-dirsize-exporter:v2.0
image: quay.io/yuvipanda/prometheus-dirsize-exporter:v3.0
resources:
# Provide limited resources for this collector, as it can
# baloon up (especially in CPU) quite easily. We are quite ok with
Expand All @@ -47,7 +47,7 @@ spec:
limits:
cpu: 0.05
memory: 256Mi
command:
args:
- dirsize-exporter
- /shared-volume
- "250" # Use only 250 io operations per second at most
Expand Down

0 comments on commit 31d7b50

Please sign in to comment.