postgres-operator/pkg/util/constants
Dmitrii Dolgov 918df1461b Add possibility to set max db connections
Since it's an important part of a connection pool configuration, allow
to configure max db connections, that pool will open to a target db.
From this numbers several others (like default pool size, min pool size,
reserve) will be deduced, taking into account desired number of instances.
2020-03-03 15:58:33 +01:00
..
annotations.go
aws.go
kubernetes.go fix errors when changing service type (#716) 2019-11-26 10:28:32 +01:00
pooler.go Add possibility to set max db connections 2020-03-03 15:58:33 +01:00
postgresql.go Add shm_volume option (#427) 2018-12-21 16:22:30 +01:00
roles.go WIP Connection pooler support 2020-02-12 17:31:10 +01:00
units.go