Merge pull request #23047 from aallbrig/ingress-minikube-example-snippet-fix

Ingress snippet conforms to ingress spec
This commit is contained in:
Kubernetes Prow Robot
2020-08-12 06:25:45 -07:00
committed by GitHub
@@ -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: