values.yaml 587 B

12345678910111213141516171819202122232425262728293031323334353637
  1. image:
  2. repository: ghcr.io/onedr0p/qbittorrent
  3. pullPolicy: IfNotPresent
  4. tag: 5.0.4
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. qbitConfig:
  10. additionalEnvs: []
  11. qbitNetwork:
  12. webPort: 30024
  13. btPort: 50413
  14. useHttpsProbe: false
  15. hostNetwork: false
  16. qbitRunAs:
  17. user: 568
  18. group: 568
  19. qbitStorage:
  20. downloads:
  21. type: ixVolume
  22. ixVolumeConfig:
  23. datasetName: downloads
  24. config:
  25. type: ixVolume
  26. ixVolumeConfig:
  27. datasetName: config
  28. additionalStorages: []
  29. notes:
  30. custom: |
  31. Default credentials are auto-generated and printed on the logs.