values.yaml 721 B

12345678910111213141516171819202122232425262728293031323334
  1. ## description: Cluster version.
  2. ## default: 7.2.7
  3. version: 7.2.7
  4. ## description: Cluster topology mode.
  5. ## default: replication
  6. ## one of: [standalone, replication, cluster, replication-twemproxy]
  7. mode: standalone
  8. ## description: The number of replicas, for standalone mode, the replicas is 1, for replication mode, the default replicas is 2.
  9. ## default: 1
  10. ## minimum: 1
  11. ## maximum: 5
  12. replicas: 1
  13. ## description: CPU cores.
  14. ## default: 0.5
  15. ## minimum: 0.5
  16. ## maximum: 64
  17. cpu: 0.5
  18. ## description: Memory, the unit is Gi.
  19. ## default: 0.5
  20. ## minimum: 0.5
  21. ## maximum: 1000
  22. memory: 1
  23. ## description: Storage size, the unit is Gi.
  24. ## default: 20
  25. ## minimum: 1
  26. ## maximum: 10000
  27. storage: 20
  28. extra:
  29. disableExporter: true