Skip to content

Commit f38cbd2

Browse files
committed
Update chart port for forwarding
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 3c33c9f commit f38cbd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chart/openfaas/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ export OPENFAAS_URL=http://127.0.0.1:31112
173173
If using a remote cluster, you can port-forward the gateway to your local machine:
174174

175175
```sh
176-
kubectl port-forward -n openfaas svc/gateway 31112:8080 &
176+
export OPENFAAS_URL=http://127.0.0.1:8080
177+
kubectl port-forward -n openfaas svc/gateway 8080:8080 &
177178
```
178179

179180
Now log in with the CLI and check connectivity:

0 commit comments

Comments
 (0)