postgres-operator/pkg/controller
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
..
controller.go postgres-pod clusterrole (#832) 2020-02-19 12:32:54 +01:00
logs_and_api.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
node.go Set statefulset update and management policy explicitly (#515) 2019-03-13 11:49:18 +01:00
node_test.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
operator_config.go Add possibility to set max db connections 2020-03-03 15:58:33 +01:00
pod.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
postgresql.go Remove service accounts cache (#685) 2019-10-11 11:06:14 +02:00
postgresql_test.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
types.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
util.go Add CRD validation (#599) 2019-11-28 12:02:05 +01:00
util_test.go Add global option to enable/disable init containers and sidecars (#478) 2019-12-10 15:45:54 +01:00