We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbc1499 + 9b56e6c commit 31d7b50Copy full SHA for 31d7b50
helm-charts/basehub/templates/home-dirsize-reporter.yaml
@@ -35,7 +35,7 @@ spec:
35
containers:
36
- name: dirsize-exporter
37
# From https://github.com/yuvipanda/prometheus-dirsize-exporter
38
- image: quay.io/yuvipanda/prometheus-dirsize-exporter:v2.0
+ image: quay.io/yuvipanda/prometheus-dirsize-exporter:v3.0
39
resources:
40
# Provide limited resources for this collector, as it can
41
# baloon up (especially in CPU) quite easily. We are quite ok with
@@ -47,7 +47,7 @@ spec:
47
limits:
48
cpu: 0.05
49
memory: 256Mi
50
- command:
+ args:
51
- dirsize-exporter
52
- /shared-volume
53
- "250" # Use only 250 io operations per second at most
0 commit comments