mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-09-02 04:11:15 +02:00
Made node-exporter args configurable
Signed-off-by: Sahil Raja <sahilraja242@gmail.com>
This commit is contained in:
parent
ade7f0d2f1
commit
ae89cad60d
@ -12,6 +12,7 @@ local defaults = {
|
||||
limits: { cpu: '250m', memory: '180Mi' },
|
||||
},
|
||||
listenAddress: '127.0.0.1',
|
||||
filesystemIgnoredMountPoints: '^/(dev|proc|sys|var/lib/docker/.+|var/lib/kubelet/pods/.+)($|/)',
|
||||
port: 9100,
|
||||
commonLabels:: {
|
||||
'app.kubernetes.io/name': defaults.name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user