Files
chart/library/ix-dev/test/sonarr/ci/extra-values.yaml
Stavros Kois e8e998f81e adds 2 community apps for testing (smb-pv-pvc) (#1558)
* make copies to test

* adds 2 community apps for testing (smb-pv-pvc)
2023-09-22 13:44:59 +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