fix(smartctl-exporter): mount hostdev
This commit is contained in:
parent
2903b5a649
commit
f6d5387637
|
@ -35,4 +35,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter
|
||||
- https://hub.docker.com/r/prometheuscommunity/smartctl-exporter
|
||||
type: application
|
||||
version: 2.3.0
|
||||
version: 2.3.1
|
||||
|
|
|
@ -46,6 +46,14 @@ workload:
|
|||
startup:
|
||||
type: tcp
|
||||
port: main
|
||||
|
||||
persistence:
|
||||
hostdev:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
hostPath: /dev
|
||||
mountPath: /hostdev
|
||||
|
||||
metrics:
|
||||
main:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in New Issue