Skip to content

Commit

Permalink
Update Pgbouncer quickstart doc
Browse files Browse the repository at this point in the history
Signed-off-by: MobarakHsn <[email protected]>
  • Loading branch information
MobarakHsn committed Oct 11, 2023
1 parent ae57123 commit 0c16ba2
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 196 deletions.
20 changes: 8 additions & 12 deletions docs/examples/pgbouncer/quickstart/pgbouncer-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,16 @@ metadata:
name: pgbouncer-server
namespace: demo
spec:
version: "1.17.0"
version: "1.18.0"
replicas: 1
databases:
- alias: "postgres"
databaseName: "postgres"
databaseRef:
name: "quick-postgres"
namespace: demo
- alias: "postgres"
databaseName: "postgres"
databaseRef:
name: "quick-postgres"
namespace: demo
connectionPool:
port: 5432
maxClientConnections: 20
reservePoolSize: 5
adminUsers:
- admin
- admin1
userListSecretRef:
name: db-user-pass
terminationPolicy: WipeOut
terminationPolicy: Delete
Loading

0 comments on commit 0c16ba2

Please sign in to comment.