Skip to content

Commit

Permalink
fix(gluetun): add NET_RAW
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Sep 12, 2024
1 parent caef855 commit cd14e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/default/qbittorrent/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ spec:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
capabilities: { add: ["NET_ADMIN"] }
capabilities: { add: ["NET_ADMIN", "NET_RAW"] }
vuetorrent:
image:
repository: ghcr.io/jfroy/vuetorrent
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/sabnzbd/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ spec:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
capabilities: { add: ["NET_ADMIN"] }
capabilities: { add: ["NET_ADMIN", "NET_RAW"] }
pod:
labels:
gluetun: "true"
Expand Down

0 comments on commit cd14e03

Please sign in to comment.