Skip to content
Snippets Groups Projects
Commit 2918583c authored by Philip Gough's avatar Philip Gough
Browse files

node_exporter: Add priorityClassName as system-cluster-critical

parent 5ff20b17
No related branches found
No related tags found
No related merge requests found
......@@ -249,6 +249,7 @@ function(params) {
],
automountServiceAccountToken: true,
serviceAccountName: ne._config.name,
priorityClassName: 'system-cluster-critical',
securityContext: {
runAsUser: 65534,
runAsNonRoot: true,
......
......@@ -97,6 +97,7 @@ spec:
hostPID: true
nodeSelector:
kubernetes.io/os: linux
priorityClassName: system-cluster-critical
securityContext:
runAsNonRoot: true
runAsUser: 65534
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment