feat(postgres): customize storage size
This commit is contained in:
13
postgres/postgres-cluster-values.gomplate.yaml
Normal file
13
postgres/postgres-cluster-values.gomplate.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
cluster:
|
||||
instances: 1
|
||||
|
||||
# Storage configuration
|
||||
storage:
|
||||
size: {{ .Env.POSTGRES_STORAGE_SIZE }}
|
||||
|
||||
initdb:
|
||||
postInitTemplateSQL:
|
||||
- CREATE EXTENSION IF NOT EXISTS vector;
|
||||
|
||||
enableSuperuserAccess: true
|
||||
superuserSecret: postgres-cluster-superuser
|
||||
Reference in New Issue
Block a user