ingress-nginx-helm/controllers/nginx/examples
2016-09-08 13:02:39 +02:00
..
auth Improve docs 2016-06-22 08:10:05 -04:00
custom-configuration Update image version 2016-08-29 15:47:20 -03:00
custom-errors Update image version 2016-08-29 15:47:20 -03:00
custom-template Update image version 2016-08-29 15:47:20 -03:00
custom-upstream-check Fix formatting 2016-06-30 09:53:28 +01:00
daemonset Update image version 2016-08-29 15:47:20 -03:00
default Update image version 2016-08-29 15:47:20 -03:00
full Update image version 2016-08-29 15:47:20 -03:00
multi-tls Update references to 1.3 2016-05-19 16:13:10 -03:00
proxy-protocol Update image version 2016-08-29 15:47:20 -03:00
rewrite Add option to append a base tag in the head 2016-05-31 12:30:35 -04:00
sysctl Update image version 2016-08-29 15:47:20 -03:00
tcp Update image version 2016-08-29 15:47:20 -03:00
tls Remove "All rights reserved" from all the headers 2016-09-08 13:02:39 +02:00
udp Update image version 2016-08-29 15:47:20 -03:00
whitelist Formatting fix 2016-06-30 15:12:34 +01:00
default-backend.yaml ingress: removed unnecessary whitespaces 2016-08-23 10:37:10 +02: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