From 59c06ca0d6f484834c10c8faebdb68aa50f68fa5 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Sun, 2 Jul 2017 17:08:56 -0400 Subject: [PATCH] 1 --- controllers/nginx/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/nginx/README.md b/controllers/nginx/README.md index fbdd9ae65..2a4bb2c68 100644 --- a/controllers/nginx/README.md +++ b/controllers/nginx/README.md @@ -314,8 +314,8 @@ version to fully support Kube-Lego is nginx Ingress controller 0.8. ## Exposing TCP services -Ingress does not support TCP services (yet). For this reason this Ingress controller uses the flag `--tcp-services-configmap` to point to an existing config map where the key is the external port to use and the value is `:` -It is possible to use a number or the name of the port. +Ingress does not support TCP services (yet). For this reason this Ingress controller uses the flag `--tcp-services-configmap` to point to an existing config map where the key is the external port to use and the value is `::[PROXY]` +It is possible to use a number or the name of the port. The last field is optional. Adding `PROXY` in the last field we can enable Proxy Protocol 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` ```