diff --git a/manifests/postgres/configmap.yaml b/manifests/postgres/configmap.yaml index a9341ba..0052103 100644 --- a/manifests/postgres/configmap.yaml +++ b/manifests/postgres/configmap.yaml @@ -29,7 +29,7 @@ data: postgresql.conf: | # connections settings listen_addresses = '*' - max_connections = 20 + max_connections = 100 # memory settings shared_buffers = 2GB