Files
chart/community/sonarr/1.0.0/ci/extra-values.yaml
2023-04-10 15:54:45 +00: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