Skip to content

Commit 31d7b50

Browse files
authored
Merge pull request #3419 from yuvipanda/prom
Make dirsize-reporter respect SIGTERM
2 parents dbc1499 + 9b56e6c commit 31d7b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm-charts/basehub/templates/home-dirsize-reporter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
containers:
3636
- name: dirsize-exporter
3737
# From https://github.com/yuvipanda/prometheus-dirsize-exporter
38-
image: quay.io/yuvipanda/prometheus-dirsize-exporter:v2.0
38+
image: quay.io/yuvipanda/prometheus-dirsize-exporter:v3.0
3939
resources:
4040
# Provide limited resources for this collector, as it can
4141
# baloon up (especially in CPU) quite easily. We are quite ok with
@@ -47,7 +47,7 @@ spec:
4747
limits:
4848
cpu: 0.05
4949
memory: 256Mi
50-
command:
50+
args:
5151
- dirsize-exporter
5252
- /shared-volume
5353
- "250" # Use only 250 io operations per second at most

0 commit comments

Comments
 (0)