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
|
memory: 512Mi
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: false
|
||||||
runAsUser: 1000
|
|
||||||
|
runAsUser: 0
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue