Files
buun-stack/postgres/postgres-cluster-values.gomplate.yaml
2025-09-29 13:59:14 +09:00

19 lines
392 B
YAML

cluster:
instances: 1
# Storage configuration
storage:
size: {{ .Env.POSTGRES_STORAGE_SIZE }}
# PostgreSQL configuration
postgresql:
parameters:
max_connections: {{ .Env.POSTGRES_MAX_CONNECTIONS | quote }}
initdb:
postInitTemplateSQL:
- CREATE EXTENSION IF NOT EXISTS vector;
enableSuperuserAccess: true
superuserSecret: postgres-cluster-superuser