values.yaml 705 B

12345678910111213141516171819202122232425262728293031323334
  1. ## description: Cluster version.
  2. ## default: 6.0.16
  3. ## one of: [8.0.8, 8.0.6, 8.0.4, 7.0.19, 7.0.16, 7.0.12, 6.0.22, 6.0.20, 6.0.16, 5.0.30, 5.0.28, 4.4.29, 4.2.24, 4.0.28]
  4. version: 6.0.16
  5. ## description: Cluster topology mode.
  6. ## default: standalone
  7. ## one of: [standalone, replicaset]
  8. mode: standalone
  9. ## description: CPU cores.
  10. ## default: 0.5
  11. ## minimum: 0.5
  12. ## maximum: 64
  13. cpu: 1
  14. ## description: Memory, the unit is Gi.
  15. ## default: 0.5
  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. ## default: enabled
  25. ## one of: [enabled, disabled]
  26. hostnetwork: "disabled"
  27. extra:
  28. terminationPolicy: Delete