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://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter
|
||||||
- https://hub.docker.com/r/prometheuscommunity/smartctl-exporter
|
- https://hub.docker.com/r/prometheuscommunity/smartctl-exporter
|
||||||
type: application
|
type: application
|
||||||
version: 2.3.0
|
version: 2.3.1
|
||||||
|
|
|
@ -46,6 +46,14 @@ workload:
|
||||||
startup:
|
startup:
|
||||||
type: tcp
|
type: tcp
|
||||||
port: main
|
port: main
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
hostdev:
|
||||||
|
enabled: true
|
||||||
|
type: hostPath
|
||||||
|
hostPath: /dev
|
||||||
|
mountPath: /hostdev
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in New Issue