From 8ca0db00a48fe47def2aff933e684ae719da4525 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Wed, 18 Oct 2023 10:27:12 +0100 Subject: [PATCH] Add reconcile tuning to operator Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- chart/openfaas/templates/gateway-dep.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/openfaas/templates/gateway-dep.yaml b/chart/openfaas/templates/gateway-dep.yaml index b9d74bde9..563e65c22 100644 --- a/chart/openfaas/templates/gateway-dep.yaml +++ b/chart/openfaas/templates/gateway-dep.yaml @@ -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"