Use node-exporter defaults.port on psp
Signed-off-by: ArthurSens <arthursens2005@gmail.com>
This commit is contained in:
@@ -209,8 +209,8 @@ local restrictedPodSecurityPolicy = {
|
|||||||
hostPID: true,
|
hostPID: true,
|
||||||
hostPorts: [
|
hostPorts: [
|
||||||
{
|
{
|
||||||
max: 9100,
|
max: $.nodeExporter.config.port,
|
||||||
min: 9100,
|
min: $.nodeExporter.config.port,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
readOnlyRootFilesystem: true,
|
readOnlyRootFilesystem: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user