Skip to content

Commit 7d5b4be

Browse files
committed
poolSize: "200", replicas: 2 by default
1 parent 5ad2523 commit 7d5b4be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/coturn/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: coturn
3-
version: 0.2.0
3+
version: 0.3.0

charts/coturn/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ pgbouncer:
2121
repository: "bitnami/pgbouncer"
2222
tag: "1.24.0-debian-12-r5"
2323
pullPolicy: IfNotPresent
24-
replicas: 3
24+
replicas: 2
2525
authType: "md5"
2626
maxClientConn: "8192"
27-
poolSize: "20"
27+
poolSize: "200"
2828
poolMode: "transaction"
2929
resources:
3030
requests:

0 commit comments

Comments
 (0)