adding missing EOF (#679)

so the two commands can run successfully
This commit is contained in:
Lin Sun 2017-10-20 00:01:49 -04:00 committed by Guang Ya Liu
parent d624b614ac
commit 6d2a04907b
1 changed files with 2 additions and 0 deletions

View File

@ -306,6 +306,7 @@ route rules set up to intercept traffic and redirect to the intended services.
- backend:
serviceName: ingress-dummy-service
servicePort: grpc
EOF
```
1. Create a RouteRule for each service, redirecting from the dummy service to
@ -348,6 +349,7 @@ route rules set up to intercept traffic and redirect to the intended services.
- weight: 100
destination:
name: bar-service
EOF
```