mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 10:30:37 +08:00
* Add Lidarr to charts train * Run chart tests in a matrix * move to correct train * Fix variable name and quote strings in questions.yaml
26 lines
412 B
YAML
26 lines
412 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
|
|
hostPath: ''
|
|
datasetName: config
|
|
additionalStorages: []
|