Skip to content
Snippets Groups Projects
Unverified Commit 7ea83986 authored by Paweł Krupa's avatar Paweł Krupa Committed by GitHub
Browse files

Merge pull request #1649 from PhilipGough/ne-priority

parents 5ff20b17 2918583c
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.
Please register or to comment