mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
25 lines
401 B
YAML
25 lines
401 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/readarr-develop
|
|
pullPolicy: IfNotPresent
|
|
tag: '0.1.9.1905'
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
readarrConfig:
|
|
instanceName: Readarr
|
|
additionalEnvs: []
|
|
readarrNetwork:
|
|
webPort: 30045
|
|
hostNetwork: false
|
|
readarrRunAs:
|
|
user: 568
|
|
group: 568
|
|
readarrStorage:
|
|
config:
|
|
type: ixVolume
|
|
datasetName: config
|
|
additionalStorages: []
|