123456789101112131415161718192021 |
- 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
|