Remove nginx-alpha, examples and simplify read files

This commit is contained in:
Manuel de Brito Fontes 2016-11-10 18:46:41 -03:00
parent 098bcb5e65
commit e963d095ab
45 changed files with 0 additions and 2395 deletions

View file

@ -1,25 +0,0 @@
# An Ingress with 2 hosts and 3 endpoints
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: echomap
spec:
rules:
- host: foo.bar.com
http:
paths:
- path: /foo
backend:
serviceName: echoheaders-x
servicePort: 80
- host: bar.baz.com
http:
paths:
- path: /bar
backend:
serviceName: echoheaders-y
servicePort: 80
- path: /foo
backend:
serviceName: echoheaders-x
servicePort: 80