Made node-exporter args configurable

Signed-off-by: Sahil Raja <sahilraja242@gmail.com>
This commit is contained in:
Sahil Raja 2021-09-14 23:54:39 +05:30
parent ade7f0d2f1
commit ae89cad60d
No known key found for this signature in database
GPG Key ID: C3F032CD2EFE69DE

View File

@ -12,6 +12,7 @@ local defaults = {
limits: { cpu: '250m', memory: '180Mi' }, limits: { cpu: '250m', memory: '180Mi' },
}, },
listenAddress: '127.0.0.1', listenAddress: '127.0.0.1',
filesystemIgnoredMountPoints: '^/(dev|proc|sys|var/lib/docker/.+|var/lib/kubelet/pods/.+)($|/)',
port: 9100, port: 9100,
commonLabels:: { commonLabels:: {
'app.kubernetes.io/name': defaults.name, 'app.kubernetes.io/name': defaults.name,