Files
chart/library/ix-dev/community/radarr/values.yaml
Stavros Kois 5b6ecacf6b radarr - migrate storage section (#1813)
* bump version

* remove init for chown

* use pvc in ci

* update values

* update template

* update questions

* update migration
2023-11-30 15:18:55 +02:00

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: []