Skip to content

Commit

Permalink
fix(blocky): need bind cap
Browse files Browse the repository at this point in the history
TODO: make own distroless image without bind
  • Loading branch information
JJGadgets committed May 27, 2024
1 parent ee98a49 commit 936b6a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kube/deploy/apps/blocky/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spec:
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
add: ["NET_BIND_SERVICE"]
resources:
requests:
cpu: "10m"
Expand Down

0 comments on commit 936b6a4

Please sign in to comment.