chore(postgres): set max_connections

This commit is contained in:
Masaki Yatsu
2025-09-29 13:59:14 +09:00
parent 7cca97bec4
commit 01fe482a70
2 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,11 @@ cluster:
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;