ix_values.yaml 408 B

12345678910111213141516171819202122232425
  1. image:
  2. repository: ghcr.io/onedr0p/sonarr
  3. pullPolicy: IfNotPresent
  4. tag: 4.0.13.2932
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. sonarrConfig:
  10. instanceName: Sonarr
  11. additionalEnvs: []
  12. sonarrNetwork:
  13. webPort: 30027
  14. hostNetwork: false
  15. sonarrRunAs:
  16. user: 568
  17. group: 568
  18. sonarrStorage:
  19. config:
  20. type: ixVolume
  21. ixVolumeConfig:
  22. datasetName: config
  23. additionalStorages: []