mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
fix(qbittorrent): uid & gid missmatch with other apps
This commit is contained in:
parent
d6124ac3f7
commit
03b8a64c63
1 changed files with 3 additions and 2 deletions
|
@ -31,10 +31,11 @@ podSecurityContext:
|
|||
sysctls:
|
||||
- name: net.ipv6.conf.all.disable_ipv6
|
||||
value: "1"
|
||||
fsGroup: 568
|
||||
fsGroup: 2420
|
||||
fsGroupChangePolicy: "OnRootMismatch"
|
||||
supplementalGroups:
|
||||
- 100
|
||||
- 1000
|
||||
- 568
|
||||
|
||||
persistence:
|
||||
config:
|
||||
|
|
Loading…
Reference in a new issue