postgres-operator/pkg/cluster
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
..
cluster.go Sync due to defaults 2020-03-02 16:32:15 +01:00
cluster_test.go Add more tests 2020-02-24 16:20:59 +01:00
database.go Various improvements 2020-02-12 17:35:43 +01:00
exec.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
filesystems.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
k8sres.go Add possibility to set max db connections 2020-03-03 15:58:33 +01:00
k8sres_test.go Add possibility to set max db connections 2020-03-03 15:58:33 +01:00
pod.go move StatefulSet to apps/v1 (#675) 2019-09-30 16:42:04 +02:00
resources.go Adjust sync logic 2020-02-19 14:53:58 +01:00
resources_test.go Add more tests 2020-02-24 16:20:59 +01:00
sync.go Sync due to defaults 2020-03-02 16:32:15 +01:00
sync_test.go Sync due to defaults 2020-03-02 16:32:15 +01:00
types.go Add more tests 2020-02-12 17:31:10 +01:00
util.go Adjust sync logic 2020-02-19 14:53:58 +01:00
volumes.go Fixing spelling mistake in delete PVC function name (#691) 2019-10-18 16:41:56 +02:00