ingress-nginx-helm/controllers/nginx/examples
Manuel de Brito Fontes 107bf1837b Bump version
2016-04-27 23:28:20 -03:00
..
custom-configuration Bump version 2016-04-27 23:28:20 -03:00
daemonset Bump version 2016-04-27 23:28:20 -03:00
default Bump version 2016-04-27 23:28:20 -03:00
full Bump version 2016-04-27 23:28:20 -03:00
multi-tls Add a multi-tls example. 2016-04-13 10:08:48 -07:00
tcp Bump version 2016-04-27 23:28:20 -03:00
tls Bump version 2016-04-27 23:28:20 -03:00
udp Bump version 2016-04-27 23:28:20 -03: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 Fix https port 2016-04-27 23:28:19 -03:00

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

kubectl run echoheaders --image=gcr.io/google_containers/echoserver:1.3 --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