Skip to content

Commit

Permalink
Update notes on Helm charts
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jan 29, 2024
1 parent ef2d2da commit 110ef88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Kubernetes v1.19+ is required for the helm charts provided in this repository, d

### Deploy the inlets tunnel client or server as a Kubernetes Deployment

* [Deploy an inlets TCP client](inlets-tcp-client) - connect an internal service to a public inlets TCP server
* [Deploy an inlets TCP client](inlets-tcp-client) - connect an internal service to a public inlets TCP server - use this to expose an IngressController like ingress-nginx, Istio, Traefik, or Kong.

* [Deploy an inlets TCP server](inlets-tcp-server) - host an inlets TCP server in a cluster
* [Deploy an inlets TCP server](inlets-tcp-server) - one or more inlets TCP tunnel servers in a Kubernetes cluster, instead of using multiple VMs.

* [Deploy an inlets HTTP server](inlets-http-server) - host an inlets HTTP server in a cluster
* [Deploy an inlets HTTP server](inlets-http-server) - one or more inlets HTTP tunnel servers in a Kubernetes cluster, instead of using multiple VMs.

## Other Kubernetes use-cases

Expand Down

0 comments on commit 110ef88

Please sign in to comment.