Skip to content

Commit

Permalink
add: fixed missing link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Gattari committed Oct 24, 2024
1 parent 4a34104 commit 4675fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcp-tunnel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ helm install gateway interlink-repo/tcp-tunnel/charts/gateway \

The command above deploys a Gateway pod that listens for SSH connections on port 2222, moreover a NodePort is created to expose a public port 30222 to reach the SSH daemon.
The Bastion pod will connect to public port 30222 to create a Reverse SSH Tunnel.
See [values.yaml](src/infr/charts/tcp-tunnel/charts/gateway/values.yaml) for all parameters and default values.
See [values.yaml](./charts/gateway/values.yaml) for all parameters and default values.

For development purposes, you can specify `tunnel.service.*` parameters to additionally deploy a NodePort `sourceNodePort` that forwards traffic to Gateway port `sourcePort`: assuming a reverse tunnel from `sourcePort` has been created, this setup can be used to send external TCP traffic to the tunnel through `<node-public-ip>:sourceNodePort`:
```sh
Expand Down

0 comments on commit 4675fff

Please sign in to comment.