feat(postgres): adding hydra max_conns parameter support

Mandatory for large scale deployements
This commit is contained in:
2024-09-26 09:50:54 +02:00
parent a5cecb385c
commit a5c9c733f6
6 changed files with 35 additions and 36 deletions

View File

@ -30,6 +30,7 @@ configMapGenerator:
- URLS_CONSENT=http://hydra-consent-app/consent
- URLS_LOGOUT=http://hydra-logout-app/logout
- HYDRA_SERVE_ALL_ARGS=--dev
- HYDRA_DATABASE_MAX_CONN="10"
- LOG_LEVEL=info
vars: