fix(smartctl-exporter): mount hostdev

This commit is contained in:
Kjeld Schouten 2024-03-01 15:45:06 +01:00
parent 2903b5a649
commit f6d5387637
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -46,6 +46,14 @@ workload:
startup:
type: tcp
port: main
persistence:
hostdev:
enabled: true
type: hostPath
hostPath: /dev
mountPath: /hostdev
metrics:
main:
enabled: true