Skip to content

Commit

Permalink
Remove http-pool-max-threads configuration
Browse files Browse the repository at this point in the history
* Remove http-pool-max-threads configuration

Closes #1033

Signed-off-by: Pedro Ruivo <[email protected]>
Signed-off-by: Alexander Schwartz <[email protected]>
Co-authored-by: Alexander Schwartz <[email protected]>
  • Loading branch information
pruivo and ahus1 authored Nov 7, 2024
1 parent 0ce897c commit 702eab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provision/minikube/keycloak/templates/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,16 @@ spec:
- name: spi-public-key-cache-infinispan-enabled
value: 'false'
{{ end }}
# end::keycloak[]
# tag::keycloak-queue-size[]
- name: http-max-queued-requests
value: "1000"
# end::keycloak-queue-size[]
# tag::keycloak[]
- name: log-console-output
value: json
- name: metrics-enabled # <5>
value: 'true'
- name: http-pool-max-threads # <6>
value: {{ div 200 .Values.instances | quote }}
{{- if .Values.infinispan.remoteStore.enabled }}
# tag::keycloak-ispn[]
- name: cache-remote-host # <1>
Expand Down

0 comments on commit 702eab2

Please sign in to comment.