From 8f76b7785712d804b50e3c1ff8b3a7f2aabcdec6 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Thu, 29 Oct 2020 10:01:38 +0000 Subject: [PATCH] Closes #1568 Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- gateway/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/README.md b/gateway/README.md index eda360a0..c35d6849 100644 --- a/gateway/README.md +++ b/gateway/README.md @@ -75,7 +75,7 @@ The gateway can be configured through the following environment variables: | `faas_nats_cluster_name` | The name of the target NATS Streaming cluster. Defaults to `faas-cluster` for backwards-compatibility | | `faas_nats_channel` | The name of the NATS Streaming channel to use. Defaults to `faas-request` for backwards-compatibility | | `faas_prometheus_host` | Host to connect to Prometheus. Default: `"prometheus"` | -| `faas_promethus_port` | Port to connect to Prometheus. Default: `9090` | +| `faas_prometheus_port` | Port to connect to Prometheus. Default: `9090` | | `direct_functions` | `true` or `false` - functions are invoked directly over overlay network by DNS name without passing through the provider | | `direct_functions_suffix` | Provide a DNS suffix for invoking functions directly over overlay network | | `basic_auth` | Set to `true` or `false` to enable embedded basic auth on the /system and /ui endpoints (recommended) |