Skip to content

Commit

Permalink
run as root (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomazzaferro authored Dec 17, 2024
1 parent 926608e commit 12d9e2c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/e2e/iris-mpc-0.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ iris-mpc-0:
path: /ready
port: health

podSecurityContext:
runAsNonRoot: false
seccompProfile:
type: RuntimeDefault


resources:
limits:
cpu: 31
Expand Down
5 changes: 5 additions & 0 deletions deploy/e2e/iris-mpc-1.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ iris-mpc-1:
path: /ready
port: health

podSecurityContext:
runAsNonRoot: false
seccompProfile:
type: RuntimeDefault

resources:
limits:
cpu: 31
Expand Down
5 changes: 5 additions & 0 deletions deploy/e2e/iris-mpc-2.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ iris-mpc-2:
path: /ready
port: health

podSecurityContext:
runAsNonRoot: false
seccompProfile:
type: RuntimeDefault

resources:
limits:
cpu: 31
Expand Down

0 comments on commit 12d9e2c

Please sign in to comment.