Skip to content

Commit

Permalink
chore: set keycloak max db connections to 10 (#3356)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski authored Nov 8, 2023
1 parent a12419c commit 3439f3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ keycloakx:
- name: JAVA_OPTS_APPEND
value: >-
-Djgroups.dns.query={{ include "keycloak.fullname" . }}-headless
- name: KC_DB_POOL_MAX_SIZE
value: "10"
command:
- "/opt/keycloak/bin/kc.sh"
Expand Down

0 comments on commit 3439f3d

Please sign in to comment.