ingress-nginx/controllers/nginx/examples/udp
Spencer Smith 430e9328a1 bump makefile and rc specifications to v0.62 for a new build 2016-05-20 15:22:30 -04:00
..
README.md Add configuration for retries in non-idempotent requests 2016-03-30 16:32:56 -03:00
rc-udp.yaml bump makefile and rc specifications to v0.62 for a new build 2016-05-20 15:22:30 -04:00
udp-configmap-example.yaml Add configuration for retries in non-idempotent requests 2016-03-30 16:32:56 -03:00

README.md

To configure which services and ports will be exposed

kubectl create -f udp-configmap-example.yaml

The file udp-configmap-example.yaml uses a ConfigMap where the key is the external port to use and the value is <namespace/service name>:<service port> It is possible to use a number or the name of the port.

kubectl create -f rc-udp.yaml