Update deployment.yaml
This commit is contained in:
parent
8c8b2bc597
commit
e012b19ddf
1 changed files with 3 additions and 2 deletions
|
|
@ -185,8 +185,9 @@ spec:
|
|||
memory: 512Mi
|
||||
cpu: "500m"
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1000
|
||||
runAsNonRoot: false
|
||||
|
||||
runAsUser: 0
|
||||
runAsGroup: 1000
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue