Skip to content

Commit

Permalink
Enable leader election for Pro values file
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 19, 2023
1 parent 42187f5 commit 7e78478
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions chart/openfaas/values-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ openfaasPro: true
operator:
create: true

# For when you are running more than one replica of the gateway
leaderElection:
enabled: false

# For handling large amounts of functions
kubeClientQPS: 100
kubeClientBurst: 250

reconcileQPS: 100
reconcileBurst: 250

# Enable authentication on all OpenFaaS core components.
# You must not turn off basic_auth for the chart, however, you can pre-create the
# secret, if you're using a GitOps tool to create a stable secret
Expand Down

0 comments on commit 7e78478

Please sign in to comment.