Fix syntax issue with ingress demo

pull/23075/head
Anna Jung 2020-08-12 08:47:34 -05:00
parent 09d0f598fa
commit dfb15d9f30
1 changed files with 3 additions and 3 deletions

View File

@ -145,9 +145,9 @@ The following file is an Ingress resource that sends traffic to your Service via
http:
paths:
- path: /
backend:
serviceName: web
servicePort: 8080
backend:
serviceName: web
servicePort: 8080
```
1. Create the Ingress resource by running the following command: