Update deployment.yaml
This commit is contained in:
parent
07bb6c0059
commit
da7957251f
1 changed files with 2 additions and 1 deletions
|
|
@ -189,7 +189,8 @@ spec:
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
||||||
runAsUser: 1025
|
runAsUser: 1024
|
||||||
|
runAsGroup: 1024
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue