mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 21:59:10 +08:00
* bump version * remove init for chown * use pvc in ci * update values * update template * update questions * update migration
19 lines
326 B
YAML
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
|