mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
26 lines
404 B
YAML
26 lines
404 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/radarr
|
|
pullPolicy: IfNotPresent
|
|
tag: '4.3.2.6857'
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
radarrConfig:
|
|
instanceName: Radarr
|
|
additionalEnvs: []
|
|
radarrNetwork:
|
|
webPort: 30000
|
|
hostNetwork: false
|
|
radarrRunAs:
|
|
user: 568
|
|
group: 568
|
|
radarrStorage:
|
|
config:
|
|
type: ixVolume
|
|
hostPath: ''
|
|
datasetName: config
|
|
additionalStorages: []
|