123456789101112131415161718192021222324 |
- image:
- repository: ghcr.io/onedr0p/readarr-develop
- pullPolicy: IfNotPresent
- tag: '0.1.9.1905'
- resources:
- limits:
- cpu: 4000m
- memory: 8Gi
- readarrConfig:
- instanceName: Readarr
- additionalEnvs: []
- readarrNetwork:
- webPort: 30045
- hostNetwork: false
- readarrRunAs:
- user: 568
- group: 568
- readarrStorage:
- config:
- type: ixVolume
- datasetName: config
- additionalStorages: []
|