Update deployment.yaml

Allow to bind to UDP 69 => NET_BIND_SERVICE
This commit is contained in:
EHerzog76 2024-12-08 16:52:28 +01:00 committed by GitHub
parent bc6c952a72
commit 61cf35acea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ spec:
restartPolicy: Always
securityContext:
capabilities:
add: ["CHOWN"]
add: ["CHOWN", "NET_BIND_SERVICE"]
seccompProfile:
type: RuntimeDefault
serviceAccount: pxebootserver-sa