lemmy: Expose database pool_size configuration
This commit is contained in:
parent
16114733ff
commit
d03b88499e
2 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
"host" (include "lemmy.postgresql.host" .)
|
||||
"port" (include "lemmy.postgresql.port" . | int)
|
||||
"database" (include "lemmy.postgresql.database" .)
|
||||
"pool_size" (.Values.postgresql.poolSize | default 10)
|
||||
)
|
||||
"pictrs"
|
||||
(dict
|
||||
|
|
|
@ -279,6 +279,8 @@ postgresql:
|
|||
enabled: true
|
||||
# host:
|
||||
|
||||
poolSize: 10
|
||||
|
||||
auth:
|
||||
username: lemmy
|
||||
database: lemmy
|
||||
|
|
Loading…
Reference in a new issue