mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 12:11:16 +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:
|
sysctls:
|
||||||
- name: net.ipv6.conf.all.disable_ipv6
|
- name: net.ipv6.conf.all.disable_ipv6
|
||||||
value: "1"
|
value: "1"
|
||||||
fsGroup: 568
|
fsGroup: 2420
|
||||||
fsGroupChangePolicy: "OnRootMismatch"
|
fsGroupChangePolicy: "OnRootMismatch"
|
||||||
supplementalGroups:
|
supplementalGroups:
|
||||||
- 100
|
- 1000
|
||||||
|
- 568
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|
Loading…
Reference in a new issue