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" .)
|
"host" (include "lemmy.postgresql.host" .)
|
||||||
"port" (include "lemmy.postgresql.port" . | int)
|
"port" (include "lemmy.postgresql.port" . | int)
|
||||||
"database" (include "lemmy.postgresql.database" .)
|
"database" (include "lemmy.postgresql.database" .)
|
||||||
|
"pool_size" (.Values.postgresql.poolSize | default 10)
|
||||||
)
|
)
|
||||||
"pictrs"
|
"pictrs"
|
||||||
(dict
|
(dict
|
||||||
|
|
|
@ -279,6 +279,8 @@ postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
# host:
|
# host:
|
||||||
|
|
||||||
|
poolSize: 10
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
username: lemmy
|
username: lemmy
|
||||||
database: lemmy
|
database: lemmy
|
||||||
|
|
Loading…
Reference in a new issue