values.yaml 552 B

12345678910111213141516171819202122232425262728293031
  1. ## description: The version of Qdrant.
  2. ## default: 1.10.0
  3. version: 1.10.0
  4. ## description: The number of replicas.
  5. ## default: 1
  6. ## minimum: 1
  7. ## maximum: 16
  8. replicas: 1
  9. ## description: CPU cores.
  10. ## default: 1
  11. ## minimum: 0.5
  12. ## maximum: 64
  13. cpu: 1
  14. ## description: Memory, the unit is Gi.
  15. ## default: 2
  16. ## minimum: 0.5
  17. ## maximum: 1000
  18. memory: 1
  19. ## description: Storage size, the unit is Gi.
  20. ## default: 20
  21. ## minimum: 1
  22. ## maximum: 10000
  23. storage: 20
  24. ## customized default values to override kblib chart's values
  25. extra:
  26. terminationPolicy: Delete