mirror of
https://github.com/truenas/charts.git
synced 2026-04-28 12:32:55 +08:00
adds 2 community apps for testing (smb-pv-pvc) (#1558)
* make copies to test * adds 2 community apps for testing (smb-pv-pvc)
This commit is contained in:
24
library/ix-dev/test/sonarr/values.yaml
Normal file
24
library/ix-dev/test/sonarr/values.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
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: 30027
|
||||
hostNetwork: false
|
||||
sonarrRunAs:
|
||||
user: 568
|
||||
group: 568
|
||||
sonarrStorage:
|
||||
config:
|
||||
type: ixVolume
|
||||
datasetName: config
|
||||
additionalStorages: []
|
||||
Reference in New Issue
Block a user