Skip to content

Commit

Permalink
Update notes in values.yaml on high QPS overrides
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 Mar 1, 2025
1 parent 6aaab02 commit 9ca7024
Show file tree
Hide file tree
Showing 14 changed files with 318 additions and 294 deletions.
2 changes: 1 addition & 1 deletion chart/openfaas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
description: OpenFaaS - Serverless Functions Made Simple
name: openfaas
version: 14.2.94
version: 14.2.95
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
4 changes: 2 additions & 2 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ operator:

# For OpenFaaS for Enterprises, these numbers can be set higher,
# if experiencing rate limiting due to a large number of functions
# within the cluster
# within the cluster or frequent creation/update events
kubeClientQPS: 100
kubeClientBurst: 250

# For OpenFaaS for Enterprises, these numbers can be set higher,
# For very high usage, you can increase the rate at which Function CRs
# are processed and turned into deployments, or updated in response to changes
# are processed into deployments
reconcileQPS: 100
reconcileBurst: 250

Expand Down
Binary file modified docs/cron-connector-0.6.12.tgz
Binary file not shown.
606 changes: 315 additions & 291 deletions docs/index.yaml

Large diffs are not rendered by default.

Binary file modified docs/kafka-connector-0.7.12.tgz
Binary file not shown.
Binary file modified docs/mqtt-connector-0.4.7.tgz
Binary file not shown.
Binary file modified docs/nats-connector-0.3.2.tgz
Binary file not shown.
Binary file added docs/openfaas-14.2.95.tgz
Binary file not shown.
Binary file modified docs/postgres-connector-0.1.2.tgz
Binary file not shown.
Binary file modified docs/pro-builder-0.4.16.tgz
Binary file not shown.
Binary file modified docs/queue-worker-0.2.13.tgz
Binary file not shown.
Binary file modified docs/rabbitmq-connector-0.0.4.tgz
Binary file not shown.
Binary file modified docs/sns-connector-0.1.3.tgz
Binary file not shown.
Binary file modified docs/sqs-connector-0.2.7.tgz
Binary file not shown.

0 comments on commit 9ca7024

Please sign in to comment.