values.yaml 536 B

12345678910111213141516171819202122232425262728293031323334
  1. image:
  2. repository: ghcr.io/onedr0p/qbittorrent
  3. pullPolicy: IfNotPresent
  4. tag: "4.5.2"
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. qbitConfig:
  10. additionalEnvs: []
  11. qbitNetwork:
  12. webPort: 30000
  13. btPort: 50413
  14. hostNetwork: false
  15. qbitRunAs:
  16. user: 568
  17. group: 568
  18. qbitStorage:
  19. downloads:
  20. type: ixVolume
  21. hostPath: ""
  22. datasetName: downloads
  23. config:
  24. type: ixVolume
  25. hostPath: ""
  26. datasetName: config
  27. notes:
  28. custom: |
  29. Default credentials:
  30. - username: admin
  31. - password: adminadmin