14 lines
265 B
YAML
14 lines
265 B
YAML
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
|