ingress-nginx-helm/controllers/nginx/examples
Manuel de Brito Fontes 076de3e8a7 Update references to 1.3
2016-05-19 16:13:10 -03:00
..
custom-configuration Bump up nginx controller to 0.61 2016-05-03 10:27:35 -07:00
custom-errors Add example of custom error pages in nginx ingress controller 2016-05-03 23:58:54 -03:00
custom-template Bump up nginx controller to 0.61 2016-05-03 10:27:35 -07:00
daemonset Bump up nginx controller to 0.61 2016-05-03 10:27:35 -07:00
default Bump up nginx controller to 0.61 2016-05-03 10:27:35 -07:00
full Bump up nginx controller to 0.61 2016-05-03 10:27:35 -07:00
multi-tls Update references to 1.3 2016-05-19 16:13:10 -03:00
proxy-protocol Add docs/examples for proxy_protocol 2016-05-06 09:27:30 +01:00
tcp Bump up nginx controller to 0.61 2016-05-03 10:27:35 -07:00
tls Bump up nginx controller to 0.61 2016-05-03 10:27:35 -07:00
udp Bump up nginx controller to 0.61 2016-05-03 10:27:35 -07:00
default-backend.yaml Update terminationGracePeriodSeconds in examples 2016-03-31 17:14:54 -03:00
ingress.yaml Rename controller to nginx 2016-03-27 22:30:58 -03:00
README.md Update references to 1.3 2016-05-19 16:13:10 -03:00

All the examples references the services echoheaders-x and echoheaders-y

kubectl run echoheaders --image=gcr.io/google_containers/echoserver:1.4 --replicas=1 --port=8080
kubectl expose deployment echoheaders --port=80 --target-port=8080 --name=echoheaders-x
kubectl expose deployment echoheaders --port=80 --target-port=8080 --name=echoheaders-x