From df223fa7eebdc68e587642e7caec0eb389d5ad38 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Sun, 29 Sep 2019 16:21:40 +0100 Subject: [PATCH] Update typo in README for annotation Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d81a532..d9348cb 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,13 @@ Coming soon: deploy OpenFaaS with two separate [`faas-memory`](https://github.co See also: example of Kubernetes and AWS Lambda federated configuration in the sample [helm chart](chart/of-federation). -## Constraints +## Gateway routing + +To route to one gateway or another, simply set `com.openfaas.federation.gateway` to the name you want to pick. | Annotation | Description | | ----|----| -| federation.provider_name | route the request based on the provider name i.e. `kubernetes`, `swarm` | +| `com.openfaas.federation.gateway` | route the request based on the provider name i.e. `faas-netes`, `faas-lambda` | ## Configuration