Listory/charts/listory/templates
Julian Tölle ee5bd41a37 feat(api): configurable max pool connections
This should help with failing health checks while the crawler is running.

Quick math: 10 users, 30 songs each, each song requires at least 3
queries => 900 db queries every minute.

With the default of 10 pool connections, this blocks all available db
bandwidth for some time and causes slow UI and failing healthchecks.
2022-06-11 19:21:00 +02:00
..
_helpers.tpl feat(cd): add Helm Chart with automated releases 2020-05-08 23:45:58 +02:00
deployment.yaml feat(api): configurable max pool connections 2022-06-11 19:21:00 +02:00
ingress.yaml feat(cd): add Helm Chart with automated releases 2020-05-08 23:45:58 +02:00
NOTES.txt feat(cd): add Helm Chart with automated releases 2020-05-08 23:45:58 +02:00
secrets-external-db.yaml feat(cd): add Helm Chart with automated releases 2020-05-08 23:45:58 +02:00
secrets.yaml feat: add optional basic auth for metrics endpoint 2020-12-06 03:03:33 +01:00
service.yaml feat(cd): add Helm Chart with automated releases 2020-05-08 23:45:58 +02:00
serviceaccount.yaml feat(cd): add Helm Chart with automated releases 2020-05-08 23:45:58 +02:00