mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +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
22 lines
497 B
YAML
22 lines
497 B
YAML
lidarrConfig:
|
|
additionalEnvs:
|
|
- name: LIDARR__API_KEY
|
|
value: some-long-api-key
|
|
- name: LIDARR__LOG_LEVEL
|
|
value: error
|
|
|
|
lidarrNetwork:
|
|
webPort: 31000
|
|
|
|
lidarrStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/pop_music
|
|
mountPath: /pop_music
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/country_music
|
|
mountPath: /country_music
|