Skip to content

Commit

Permalink
chore: snake oil
Browse files Browse the repository at this point in the history
  • Loading branch information
fr3fou committed Nov 2, 2024
1 parent b142bc1 commit f79db0d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/qbittorrent/qbittorrent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ spec:
setGateway: "true"

podSecurityContext:
runAsUser: ${USER_UID}
runAsGroup: ${USER_UID}
fsGroup: ${USER_UID}
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
supplementalGroups: [10000]

dnsConfig:
options:
Expand Down

0 comments on commit f79db0d

Please sign in to comment.