lemmy: Expose database pool_size configuration

This commit is contained in:
Alexander "Ace" Olofsson 2023-06-29 05:52:37 +02:00
parent 16114733ff
commit d03b88499e
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -279,6 +279,8 @@ postgresql:
enabled: true
# host:
poolSize: 10
auth:
username: lemmy
database: lemmy