feat(postgres): customize storage size

This commit is contained in:
Masaki Yatsu
2025-09-18 10:28:46 +09:00
parent 332f5f48f0
commit 045a7b841a
3 changed files with 7 additions and 0 deletions

View 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