Skip to content
Snippets Groups Projects
Commit 1789a4f6 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

10 DB connections should be enough

parent 2eb1dd1d
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@
set_children:
- "<connection-url>jdbc:postgresql://{{ hostvars[keycloak_pgdb_host]['ansible_default_ipv4']['address'] }}/{{ keycloak_pgdb_user }}</connection-url>"
- <driver>postgresql</driver>
- <pool><max-pool-size>20</max-pool-size></pool>
- <pool><max-pool-size>10</max-pool-size></pool>
- "<security><user-name>{{ keycloak_pgdb_user }}</user-name><password>{{ keycloak_pgdb_pass }}</password></security>"
input_type: xml
namespaces:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment