Skip to content

Commit

Permalink
Remove note on deprecated faasIdler
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 19, 2024
1 parent eee1df7 commit 6ce1616
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ faas-netes can be configured with environment variables, but for a full set of o
| `prometheus.resources` | CPU/Memory resources requests/limits (memory: `512Mi`) |
| `alertmanager.resources` | CPU/Memory resources requests/limits (memory: `25Mi`) |
| `nats.resources` | CPU/Memory resources requests/limits (memory: `120Mi`) |
| `faasIdler.resources` | CPU/Memory resources requests/limits (memory: `64Mi`) |
| `basicAuthPlugin.resources` | CPU/Memory resources requests/limits (memory: `50Mi`, cpu: `20m`) |

### Readiness checking
Expand Down
4 changes: 0 additions & 4 deletions chart/openfaas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,10 +642,6 @@ yaml) |
| `eventWorker.logs.format` | Set the log format, supports `console` or `json` | `console` |
| `eventWorker.logs.debug` | Print debug logs | `false` |

### faas-idler (OpenFaaS Pro)

Deprecated and replaced by the new autoscaler, which supports scale to zero.

### ingressOperator

| Parameter | Description | Default |
Expand Down
2 changes: 2 additions & 0 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ queueWorker:
## Includes: scale to zero
autoscaler:
image: ghcr.io/openfaasltd/autoscaler:0.3.10

# replicas should only ever be set to 1, as a singleton.
replicas: 1
enabled: true
resources:
Expand Down

0 comments on commit 6ce1616

Please sign in to comment.