github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/official-postgresql-cluster/values.yaml (about) 1 # Default values for Official PostgreSQL. 2 # This is a YAML-formatted file. 3 # Declare variables to be passed into your templates. 4 5 ## @param version Postgresql cluster version 6 ## 7 version: official-postgresql-14.7 8 9 ## @param mode postgresql cluster topology mode, standalone, replication 10 ## 11 mode: standalone 12 13 ## @param replicas specify cluster replicas 14 ## 15 replicas: 1 16 17 ## @param cpu 18 ## 19 cpu: 0.5 20 21 ## @param memory, the unit is Gi 22 ## 23 memory: 0.5 24 25 ## @param requests.cpu if not set, use cpu 26 ## @param requests.memory, if not set, use memory 27 ## 28 requests: 29 # cpu: 30 # memory: 31 32 ## @param storage size, the unit is Gi 33 ## 34 storage: 20