mirror of
https://github.com/truenas/charts.git
synced 2026-04-15 19:20:23 +08:00
* use pvc on ci * bump version * adapt values * remove chown * adapt template * adapt UI * add migration script
19 lines
319 B
YAML
19 lines
319 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: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /pop_music
|
|
- type: pvc
|
|
mountPath: /country_music
|