Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Document custom labels / annotations
Browse files Browse the repository at this point in the history
Documentation for: #465

Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis committed May 29, 2019
1 parent 790ef29 commit 261ec17
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## OpenFaaS Cloud installation guide

Installing OpenFaaS Cloud requires some initial setup with GitHub or GitLab and a working installation of OpenFaaS. If you'd like help please see below for how to join the Slack workspace.
Installing OpenFaaS Cloud (aka OFC) requires some initial setup with GitHub or GitLab and a working installation of OpenFaaS (aka OF). If you'd like help please see below for how to join the Slack workspace.

### Pre-reqs

Expand Down Expand Up @@ -570,6 +570,18 @@ If you are running the router via Kubernetes you may need to edit `core/yaml/edg

## Appendix

### Custom labels

Users can set the following custom labels:

* `com.openfaas.scale.zero` - either to `true` or `false` to enable/disable scale to zero (where the feature is enabled)

### Custom annotations

Users can set the following custom annotations:

* `topic` - the topic annotation is used with the event-connector pattern, if at least one event-connector is installed on the OFC installation.

### Dashboard

The Dashboard is optional and can be installed to visualise your functions.
Expand Down

0 comments on commit 261ec17

Please sign in to comment.