Skip to content

Commit

Permalink
Fix syntax issue with ingress demo
Browse files Browse the repository at this point in the history
  • Loading branch information
annajung committed Aug 12, 2020
1 parent 09d0f59 commit dfb15d9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dfb15d9

Please sign in to comment.