Files
chart/library/ix-dev/community/lidarr/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
395 B
YAML

image:
repository: ghcr.io/onedr0p/lidarr-develop
pullPolicy: IfNotPresent
tag: '1.1.3.2982'
resources:
limits:
cpu: 4000m
memory: 8Gi
lidarrConfig:
instanceName: Lidarr
additionalEnvs: []
lidarrNetwork:
webPort: 30000
hostNetwork: false
lidarrRunAs:
user: 568
group: 568
lidarrStorage:
config:
type: ixVolume
datasetName: config
additionalStorages: []