Skip to content

Commit

Permalink
Add reconcile tuning to operator
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Oct 18, 2023
1 parent 291ac3e commit 003b8ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chart/openfaas/templates/gateway-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ spec:
value: "{{ .Values.operator.kubeClientQPS }}"
- name: kube_client_burst
value: "{{ .Values.operator.kubeClientBurst }}"
- name: reconcile_qps
value: "{{ .Values.operator.reconcileQPS }}"
- name: reconcile_burst
value: "{{ .Values.operator.reconcileBurst }}"
{{ if .Values.operator.leaderElection.enabled }}
- name: leader_election
value: "true"
Expand Down

0 comments on commit 003b8ff

Please sign in to comment.