Files
chart/library/ix-dev/community/radarr/ci/extra-values.yaml
Stavros Kois 5b6ecacf6b radarr - migrate storage section (#1813)
* bump version

* remove init for chown

* use pvc in ci

* update values

* update template

* update questions

* update migration
2023-11-30 15:18:55 +02:00

19 lines
326 B
YAML

radarrConfig:
additionalEnvs:
- name: RADARR__API_KEY
value: some-long-api-key
- name: RADARR__LOG_LEVEL
value: error
radarrNetwork:
webPort: 31000
radarrStorage:
config:
type: pvc
additionalStorages:
- type: pvc
mountPath: /action_movies
- type: pvc
mountPath: /adventure_movies