From 7fe23809be4c5996c2d18616a567b0db7efa1651 Mon Sep 17 00:00:00 2001 From: ATM Platform Date: Fri, 19 Jun 2026 23:38:44 +0000 Subject: [PATCH] postgres: max_connections=300 (esgotamento de conexoes com crescimento de servicos) --- tenants/acme/10-postgres.yaml | 1 + tenants/demo/10-postgres.yaml | 1 + tenants/piloto/10-postgres.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/tenants/acme/10-postgres.yaml b/tenants/acme/10-postgres.yaml index 6e6edc0..a92d893 100644 --- a/tenants/acme/10-postgres.yaml +++ b/tenants/acme/10-postgres.yaml @@ -38,6 +38,7 @@ spec: containers: - name: postgres image: postgres:16 + args: ["-c", "max_connections=300"] ports: - containerPort: 5432 env: diff --git a/tenants/demo/10-postgres.yaml b/tenants/demo/10-postgres.yaml index e820743..18c7f70 100644 --- a/tenants/demo/10-postgres.yaml +++ b/tenants/demo/10-postgres.yaml @@ -38,6 +38,7 @@ spec: containers: - name: postgres image: postgres:16 + args: ["-c", "max_connections=300"] ports: - containerPort: 5432 env: diff --git a/tenants/piloto/10-postgres.yaml b/tenants/piloto/10-postgres.yaml index 3e729e2..50c3692 100644 --- a/tenants/piloto/10-postgres.yaml +++ b/tenants/piloto/10-postgres.yaml @@ -38,6 +38,7 @@ spec: containers: - name: postgres image: postgres:16 + args: ["-c", "max_connections=300"] ports: - containerPort: 5432 env: