Skip to content

Commit

Permalink
env should be string #2
Browse files Browse the repository at this point in the history
  • Loading branch information
clauyan committed Dec 5, 2024
1 parent 35bcb63 commit 6b7e2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/dbildungs-iam-keycloak/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
- name: JAVA_OPTS_APPEND
value: "-Djgroups.dns.query={{ template "common.names.name" . }}-headless.{{ template "common.names.namespace" . }}.svc.cluster.local"
- name: KC_HTTP_POOL_MAX_THREADS
value: {{ .Values.threadPool }}
value: "{{ .Values.threadPool }}"
- name: KEYCLOAK_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion charts/dbildungs-iam-keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ resources:
cpu: "150m"

# should be about 4 times the cpu count
threadPool: "16"
threadPool: 16

startupProbe:
enabled: true
Expand Down

0 comments on commit 6b7e2c1

Please sign in to comment.