mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 10:30:37 +08:00
This commit upgrades gitea, qbittorrent, immich catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
33 lines
500 B
YAML
33 lines
500 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/qbittorrent
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.5.5
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
qbitConfig:
|
|
additionalEnvs: []
|
|
qbitNetwork:
|
|
webPort: 30024
|
|
btPort: 50413
|
|
hostNetwork: false
|
|
qbitRunAs:
|
|
user: 568
|
|
group: 568
|
|
qbitStorage:
|
|
downloads:
|
|
type: ixVolume
|
|
datasetName: downloads
|
|
config:
|
|
type: ixVolume
|
|
datasetName: config
|
|
|
|
notes:
|
|
custom: |
|
|
Default credentials:
|
|
- username: admin
|
|
- password: adminadmin
|