Skip to content

Commit

Permalink
Update note on helm chart nodeports
Browse files Browse the repository at this point in the history
**What**
- Update the readme to reflect that only the Gateway has a NodePort by
default.

**Why**
- The prometheus component should not be exposed because it is an
internal implementation detail used to control scaling etc.  Changing
the docs better reflects this role and behavior

Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
  • Loading branch information
LucasRoesler authored and alexellis committed Nov 13, 2018
1 parent bb8507d commit c34cc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/openfaas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ $ helm upgrade --install openfaas openfaas/ \

### NodePorts

By default NodePorts will be created for the API Gateway and Prometheus.
By default a NodePort will be created for the API Gateway.

### LB

Expand Down

0 comments on commit c34cc2b

Please sign in to comment.