values.yaml 734 B

123456789101112131415161718192021222324252627282930313233
  1. ## description: service version.
  2. ## default: 15.7.0
  3. version: 16.4.0
  4. ## mode postgresql cluster topology mode replication
  5. mode: replication
  6. ## description: The number of replicas, for standalone mode, the replicas is 1, for replication mode, the default replicas is 2.
  7. ## default: 1
  8. ## minimum: 1
  9. ## maximum: 5
  10. replicas: 2
  11. ## description: CPU cores.
  12. ## default: 0.5
  13. ## minimum: 0.5
  14. ## maximum: 64
  15. cpu: 1
  16. ## description: Memory, the unit is Gi.
  17. ## default: 0.5
  18. ## minimum: 0.5
  19. ## maximum: 1000
  20. memory: 1
  21. ## description: Storage size, the unit is Gi.
  22. ## default: 20
  23. ## minimum: 1
  24. ## maximum: 10000
  25. storage: 5
  26. ## terminationPolicy define Cluster termination policy. One of DoNotTerminate, Delete, WipeOut.
  27. terminationPolicy: Delete