Skip to content

Commit

Permalink
Update helmrelease.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jan 3, 2025
1 parent 54178f6 commit f16452f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubernetes/main/apps/default/zigbee/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities: { drop: ["ALL"] }
capabilities:
drop: ["ALL"]
add: ["NET_BIND_SERVICE"]
resources:
requests:
cpu: 10m
Expand Down

0 comments on commit f16452f

Please sign in to comment.