File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -26,19 +26,44 @@ spec:
26
26
operator : " Exists"
27
27
terminationGracePeriodSeconds : 5
28
28
containers :
29
- - image : quay.io/galexrt/node-exporter-smartmon:v20201022-124227-096
29
+ - image : quay.io/galexrt/node-exporter-smartmon:v20220203-125335-155
30
30
name : smartmon
31
31
env :
32
32
- name : INTERVAL
33
33
value : " 900"
34
+ - name : SCRIPT
35
+ value : " smartmon.sh"
34
36
securityContext :
35
37
privileged : true
36
38
resources :
37
39
requests :
38
40
cpu : 25m
39
41
memory : 50Mi
40
42
limits :
41
- cpu : 80m
43
+ cpu : 250m
44
+ memory : 75Mi
45
+ volumeMounts :
46
+ - mountPath : /dev
47
+ name : host-dev
48
+ readOnly : true
49
+ - mountPath : /var/lib/node_exporter
50
+ name : host-textfile
51
+ readOnly : false
52
+ - image : quay.io/galexrt/node-exporter-smartmon:v20220203-125335-155
53
+ name : nvmemetrics
54
+ env :
55
+ - name : INTERVAL
56
+ value : " 900"
57
+ - name : SCRIPT
58
+ value : " nvme_metrics.sh"
59
+ securityContext :
60
+ privileged : true
61
+ resources :
62
+ requests :
63
+ cpu : 25m
64
+ memory : 50Mi
65
+ limits :
66
+ cpu : 250m
42
67
memory : 75Mi
43
68
volumeMounts :
44
69
- mountPath : /dev
You can’t perform that action at this time.
0 commit comments