Skip to content

Commit 42afe46

Browse files
authored
[fix] - privilege escalation proxy init-container
1 parent 07ed6fb commit 42afe46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

traefikee/templates/proxy/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ spec:
7979
cpu: 20m
8080
memory: 32Mi
8181
securityContext:
82+
allowPrivilegeEscalation: false
8283
readOnlyRootFilesystem: true
8384
runAsUser: 65532
8485
seccompProfile:
@@ -98,6 +99,7 @@ spec:
9899
cpu: 20m
99100
memory: 32Mi
100101
securityContext:
102+
allowPrivilegeEscalation: false
101103
readOnlyRootFilesystem: true
102104
runAsUser: 65532
103105
seccompProfile:

0 commit comments

Comments
 (0)