Added ability to configure nodeExporter port

This commit is contained in:
Jono MacDougall
2019-01-10 14:54:35 +00:00
parent 73bd58f8d8
commit abd6ee5203
2 changed files with 13 additions and 5 deletions

View File

@@ -312,6 +312,10 @@ These are the available fields with their respective default values:
cpuPerNode: '2m',
memoryPerNode: '30Mi',
},
nodeExporter+:: {
port: 9100,
},
},
}
```