postgres: max_connections=300 (esgotamento de conexoes com crescimento de servicos)

This commit is contained in:
ATM Platform
2026-06-19 23:38:44 +00:00
parent ef5198c6d5
commit 7fe23809be
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ spec:
containers:
- name: postgres
image: postgres:16
args: ["-c", "max_connections=300"]
ports:
- containerPort: 5432
env:
+1
View File
@@ -38,6 +38,7 @@ spec:
containers:
- name: postgres
image: postgres:16
args: ["-c", "max_connections=300"]
ports:
- containerPort: 5432
env:
+1
View File
@@ -38,6 +38,7 @@ spec:
containers:
- name: postgres
image: postgres:16
args: ["-c", "max_connections=300"]
ports:
- containerPort: 5432
env: