mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 21:59:10 +08:00
22 lines
511 B
YAML
22 lines
511 B
YAML
sonarrConfig:
|
|
additionalEnvs:
|
|
- name: SONARR__API_KEY
|
|
value: some-long-api-key
|
|
- name: SONARR__LOG_LEVEL
|
|
value: error
|
|
|
|
sonarrNetwork:
|
|
webPort: 31000
|
|
|
|
sonarrStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/action_series
|
|
mountPath: /action_series
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/adventure_series
|
|
mountPath: /adventure_series
|