Files
chart/library/ix-dev/community/lidarr/ci/extra-values.yaml
Stavros Kois a964babc58 NAS-121405 / 23.10 / Add Lidarr to community train (#1100)
* Add Lidarr to charts train

* Run chart tests in a matrix

* move to correct train

* Fix variable name and quote strings in questions.yaml
2023-04-11 18:26:15 +03:00

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