Skip to content

Commit

Permalink
chore(qbtools): clean up hr
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Oct 15, 2024
1 parent 49551ab commit 19eb09e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions kubernetes/apps/media/qbittorrent/tools/qbtools/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ spec:
- --exclude-pattern="*/manual/*"
pod:
restartPolicy: OnFailure
securityContext:
runAsNonRoot: true
runAsUser: 568
runAsGroup: 568
supplementalGroups:
- 65536
reannounce:
containers:
app:
Expand All @@ -120,6 +114,10 @@ spec:
runAsNonRoot: true
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
supplementalGroups:
- 65536
persistence:
config:
type: configMap
Expand Down

0 comments on commit 19eb09e

Please sign in to comment.