Files
chart/library/ix-dev/charts/sonarr/values.yaml
Stavros Kois 51bd4c08d0 NAS-121366 / 23.10 / Adds sonarr to charts train (#1082)
* Adds sonarr to charts train

* Update readme

* fix icon

* Add descriptions
2023-04-07 20:42:07 +03:00

26 lines
405 B
YAML

image:
repository: ghcr.io/onedr0p/sonarr
pullPolicy: IfNotPresent
tag: '3.0.10.1567'
resources:
limits:
cpu: 4000m
memory: 8Gi
sonarrConfig:
instanceName: Sonarr
additionalEnvs: []
sonarrNetwork:
webPort: 30000
hostNetwork: false
sonarrRunAs:
user: 568
group: 568
sonarrStorage:
config:
type: ixVolume
hostPath: ''
datasetName: config
additionalStorages: []