Skip to content

Commit c525763

Browse files
committed
more lint changes
1 parent 056f7e2 commit c525763

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

charts/pgcat/values.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,15 @@ configuration:
240240
## the pool_name is what clients use as database name when connecting
241241
## For the example below a client can connect using "postgres://sharding_user:sharding_user@pgcat_host:pgcat_port/sharded"
242242
## @param [object]
243-
pools: []
243+
pools:
244+
[{
245+
name: "simple", pool_mode: "transaction",
246+
users: [{username: "user", password: "pass", pool_size: 5, statement_timeout: 0}],
247+
shards: [{
248+
servers: [{host: "postgres", port: 5432, role: "primary"}],
249+
database: "postgres"
250+
}]
251+
}]
244252
# - ## default values
245253
# ##
246254
# ##

0 commit comments

Comments
 (0)