You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add Pgpool and PgpoolVersion (4.6.0) resources to db template
- Set max_connections=400 to satisfy pgpool connection formula:
max_pool(4) * num_init_children(15) * 2 = 120 <= 397
- Route database traffic through pgpool when enabled
- Add PgPoolSettings type and pgpool section in values
Signed-off-by: notTabassum <oyshee@appscode.com>
0 commit comments