mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-07 22:57:29 +02:00
Update deployment.yaml
Allow to bind to UDP 69 => NET_BIND_SERVICE
This commit is contained in:
parent
bc6c952a72
commit
61cf35acea
@ -72,7 +72,7 @@ spec:
|
||||
restartPolicy: Always
|
||||
securityContext:
|
||||
capabilities:
|
||||
add: ["CHOWN"]
|
||||
add: ["CHOWN", "NET_BIND_SERVICE"]
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
serviceAccount: pxebootserver-sa
|
||||
|
Loading…
Reference in New Issue
Block a user