fix(qbittorrent): uid & gid missmatch with other apps

This commit is contained in:
nold 2023-09-20 18:17:20 +02:00
parent d6124ac3f7
commit 03b8a64c63

View file

@ -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: