diff --git a/kubernetes/apps/qbittorrent/flood/app/helmrelease.yaml b/kubernetes/apps/qbittorrent/flood/app/helmrelease.yaml index 42e88a6a..74e75b45 100644 --- a/kubernetes/apps/qbittorrent/flood/app/helmrelease.yaml +++ b/kubernetes/apps/qbittorrent/flood/app/helmrelease.yaml @@ -29,7 +29,7 @@ spec: values: defaultPodOptions: securityContext: - runAsUser: 568 # volsync user id + runAsUser: 1000 runAsGroup: 1001 # group 1001 is required for the flood container to run without errors. fsGroup: 1001 fsGroupChangePolicy: OnRootMismatch diff --git a/kubernetes/apps/qbittorrent/flood/ks.yaml b/kubernetes/apps/qbittorrent/flood/ks.yaml index 4d80a308..6e773081 100644 --- a/kubernetes/apps/qbittorrent/flood/ks.yaml +++ b/kubernetes/apps/qbittorrent/flood/ks.yaml @@ -27,3 +27,5 @@ spec: substitute: APP: *app VOLSYNC_CAPACITY: 2Gi + APP_UID: "1000" + APP_GID: "1001"