Skip to content

Commit

Permalink
Adds LHO_THREADPOOL_SIZE config
Browse files Browse the repository at this point in the history
  • Loading branch information
coltmcnealy-lh committed Jun 9, 2024
1 parent 361b3c8 commit 7eee4e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/lh-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ spec:
value: "{{ .Values.gatewayApi.enabled }}"
- name: LOG_LEVEL
value: "{{ .Values.logLevel }}"
- name: LHO_THREADPOOL_SIZE
value: "{{ .Values.reconciler.threadPoolSize }}"
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down
3 changes: 3 additions & 0 deletions charts/lh-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ tolerations: []

affinity: {}

reconciler:
threadPoolSize: 8

helm:
addHelmLabels: true

Expand Down

0 comments on commit 7eee4e6

Please sign in to comment.