Files
chart/library/ix-dev/charts/sonarr/ci/extra-values.yaml
Stavros Kois 51bd4c08d0 NAS-121366 / 23.10 / Adds sonarr to charts train (#1082)
* Adds sonarr to charts train

* Update readme

* fix icon

* Add descriptions
2023-04-07 20:42:07 +03:00

22 lines
525 B
YAML

sonarrConfig:
additionalEnvs:
- name: SONARR__AUTHENTICATION_METHOD
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