mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 16:59:53 +08:00
22 lines
502 B
YAML
22 lines
502 B
YAML
readarrConfig:
|
|
additionalEnvs:
|
|
- name: READARR__API_KEY
|
|
value: some-long-api-key
|
|
- name: READARR__LOG_LEVEL
|
|
value: error
|
|
|
|
readarrNetwork:
|
|
webPort: 31000
|
|
|
|
readarrStorage:
|
|
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
|