ingress-nginx-helm/controllers/nginx/examples
Manuel de Brito Fontes 0bcfcef8f8 Release 0.8
2016-07-01 19:18:45 -04:00
..
auth Improve docs 2016-06-22 08:10:05 -04:00
custom-configuration Release 0.8 2016-07-01 19:18:45 -04:00
custom-errors Release 0.8 2016-07-01 19:18:45 -04:00
custom-template Release 0.8 2016-07-01 19:18:45 -04:00
custom-upstream-check Improve docs 2016-06-22 08:10:05 -04:00
daemonset Release 0.8 2016-07-01 19:18:45 -04:00
default Release 0.8 2016-07-01 19:18:45 -04:00
full Release 0.8 2016-07-01 19:18:45 -04:00
multi-tls Update references to 1.3 2016-05-19 16:13:10 -03:00
proxy-protocol Release 0.8 2016-07-01 19:18:45 -04:00
rewrite Add option to append a base tag in the head 2016-05-31 12:30:35 -04:00
tcp Release 0.8 2016-07-01 19:18:45 -04:00
tls Release 0.8 2016-07-01 19:18:45 -04:00
udp Release 0.8 2016-07-01 19:18:45 -04:00
whitelist Add example 2016-06-13 14:22:03 -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