diff --git a/cluster/apps/download/mylar3/helm-release.yaml b/cluster/apps/download/mylar3/helm-release.yaml index 0929dce..d708906 100644 --- a/cluster/apps/download/mylar3/helm-release.yaml +++ b/cluster/apps/download/mylar3/helm-release.yaml @@ -76,6 +76,6 @@ spec: resources: requests: cpu: 1m - memory: 60Mi + memory: 80Mi limits: memory: 1500Mi \ No newline at end of file diff --git a/cluster/apps/download/qbittorrent/helm-release.yaml b/cluster/apps/download/qbittorrent/helm-release.yaml index fd88479..4cf1996 100644 --- a/cluster/apps/download/qbittorrent/helm-release.yaml +++ b/cluster/apps/download/qbittorrent/helm-release.yaml @@ -16,8 +16,8 @@ spec: values: image: - repository: ghcr.io/onedr0p/qbittorrent - tag: rolling + repository: lscr.io/linuxserver/qbittorrent + tag: latest # Metrics sidecar sidecars: @@ -36,12 +36,6 @@ spec: add: - NET_ADMIN - runAsNonRoot: true - runAsUser: 10000 - runAsGroup: 10000 - fsGroup: 10000 - fsGroupChangePolicy: OnRootMismatch - metrics: image: caseyscarborough/qbittorrent-exporter:latest env: @@ -53,7 +47,9 @@ spec: env: TZ: America/New_York - QBITTORRENT__PORT: "8080" + PGID: "10000" + PUID: "10000" + WEBUI_PORT: "8080" service: main: @@ -98,16 +94,9 @@ spec: hostPath: /mnt/MainPool/Kubernetes/qbittorrent mountPath: /config - podSecurityContext: - runAsNonRoot: true - runAsUser: 10000 - runAsGroup: 10000 - fsGroup: 10000 - fsGroupChangePolicy: OnRootMismatch - -# resources: -# requests: -# cpu: 2m -# memory: 150Mi -# limits: -# memory: 500Mi \ No newline at end of file + resources: + requests: + cpu: 10m + memory: 250Mi + limits: + memory: 6000Mi \ No newline at end of file