values.yaml 525 B

123456789101112131415161718192021222324252627282930313233
  1. image:
  2. repository: ghcr.io/onedr0p/qbittorrent
  3. pullPolicy: IfNotPresent
  4. tag: 4.6.0
  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. datasetName: downloads
  22. config:
  23. type: ixVolume
  24. datasetName: config
  25. additionalStorages: []
  26. notes:
  27. custom: |
  28. Default credentials:
  29. - username: admin
  30. - password: adminadmin