Skip to content

Commit

Permalink
Copy note about autoscaler.verbose from values-pro to values
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 Jul 22, 2024
1 parent 6ce1616 commit 1453604
Show file tree
Hide file tree
Showing 16 changed files with 548 additions and 517 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.59
version: 14.2.60
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
7 changes: 7 additions & 0 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,13 @@ autoscaler:
cpu: "100m"
limits:
memory: "256Mi"

# Set to "true" to learn how the autoscaler works, both for horizonal Pod scaling
# and for scaling to zero.
# The Grafana dashboards can be used in combination to see the effect of the
# autoscaler: https://docs.openfaas.com/openfaas-pro/grafana-dashboards/
verbose: false

# When disableHorizontalScaling is set to true, then the autoscaler will
# only scale to zero, without scaling replicas between the defined Min and Max
# count for the function
Expand Down
Binary file modified docs/cron-connector-0.6.10.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.1.0.tgz
Binary file not shown.
1,052 changes: 538 additions & 514 deletions docs/index.yaml

Large diffs are not rendered by default.

Binary file modified docs/kafka-connector-0.7.10.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.60.tgz
Binary file not shown.
Binary file modified docs/postgres-connector-0.1.1.tgz
Binary file not shown.
Binary file modified docs/pro-builder-0.4.14.tgz
Binary file not shown.
Binary file modified docs/queue-worker-0.2.8.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.6.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion yaml/alertmanager-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yaml/prometheus-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1453604

Please sign in to comment.