Files
chart/library/ix-dev/community/sonarr/ci/extra-values.yaml
Stavros Kois 730a7bcaaf NAS-121410 / 23.10 / Avoid having the same key defined twice (#1106)
* Avoid having the same key defined twice

* Use correct variable names

* quote strings in questions

* test run without upgrade

* revert
2023-04-11 18:24:30 +03:00

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