Files
chart/library/ix-dev/community/sonarr/values.yaml
Stavros Kois 85d2fab14d NAS-122030 / 23.10 / Adds check to only render hostPath key if it has a value (#1210)
* Remove hostPath key from values.yaml

* Add migrations

* bump

* rename migration files and make it safer

* fix wrongly nested dict
2023-05-30 16:23:29 +03:00

25 lines
388 B
YAML

image:
repository: ghcr.io/onedr0p/sonarr
pullPolicy: IfNotPresent
tag: '3.0.10.1567'
resources:
limits:
cpu: 4000m
memory: 8Gi
sonarrConfig:
instanceName: Sonarr
additionalEnvs: []
sonarrNetwork:
webPort: 30000
hostNetwork: false
sonarrRunAs:
user: 568
group: 568
sonarrStorage:
config:
type: ixVolume
datasetName: config
additionalStorages: []