Skip to content

Commit

Permalink
Merge pull request #6128 from ozhuang/patch-1
Browse files Browse the repository at this point in the history
Fixed proxy protocol link
  • Loading branch information
k8s-ci-robot authored Sep 9, 2020
2 parents b26ebb0 + d1e0da7 commit 6a2d9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/exposing-tcp-udp-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Ingress does not support TCP or UDP services. For this reason this Ingress contr
`<namespace/service name>:<service port>:[PROXY]:[PROXY]`

It is also possible to use a number or the name of the port. The two last fields are optional.
Adding `PROXY` in either or both of the two last fields we can use Proxy Protocol decoding (listen) and/or encoding (proxy_pass) in a TCP service https://www.nginx.com/resources/admin-guide/proxy-protocol
Adding `PROXY` in either or both of the two last fields we can use [Proxy Protocol](https://www.nginx.com/resources/admin-guide/proxy-protocol) decoding (listen) and/or encoding (proxy_pass) in a TCP service

The next example shows how to expose the service `example-go` running in the namespace `default` in the port `8080` using the port `9000`

Expand Down

0 comments on commit 6a2d9b3

Please sign in to comment.