ingress-nginx-helm/controllers/nginx/examples
2016-05-31 12:30:35 -04:00
..
custom-configuration bump makefile and rc specifications to v0.62 for a new build 2016-05-20 15:22:30 -04:00
custom-errors Add example of custom error pages in nginx ingress controller 2016-05-03 23:58:54 -03:00
custom-template bump makefile and rc specifications to v0.62 for a new build 2016-05-20 15:22:30 -04:00
custom-upstream-check Allow custom health checks 2016-05-27 21:31:21 -03:00
daemonset bump makefile and rc specifications to v0.62 for a new build 2016-05-20 15:22:30 -04:00
default bump makefile and rc specifications to v0.62 for a new build 2016-05-20 15:22:30 -04:00
full bump makefile and rc specifications to v0.62 for a new build 2016-05-20 15:22:30 -04:00
multi-tls Update references to 1.3 2016-05-19 16:13:10 -03:00
proxy-protocol missed the new proxy-protocol example 2016-05-20 15:41:12 -04:00
rewrite Add option to append a base tag in the head 2016-05-31 12:30:35 -04:00
tcp bump makefile and rc specifications to v0.62 for a new build 2016-05-20 15:22:30 -04:00
tls bump makefile and rc specifications to v0.62 for a new build 2016-05-20 15:22:30 -04:00
udp bump makefile and rc specifications to v0.62 for a new build 2016-05-20 15:22:30 -04: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