mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 14:29:50 +08:00
* bump version * remove init for chown * use pvc in ci * update values * update template * update questions * update migration
26 lines
407 B
YAML
26 lines
407 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/radarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 5.1.3.8246
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
radarrConfig:
|
|
instanceName: Radarr
|
|
additionalEnvs: []
|
|
radarrNetwork:
|
|
webPort: 30025
|
|
hostNetwork: false
|
|
radarrRunAs:
|
|
user: 568
|
|
group: 568
|
|
radarrStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|