values.yaml 564 B

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