We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b784ad commit 75fd932Copy full SHA for 75fd932
content/en/docs/tasks/access-application-cluster/ingress-minikube.md
@@ -145,9 +145,9 @@ The following file is an Ingress resource that sends traffic to your Service via
145
http:
146
paths:
147
- path: /
148
- backend:
149
- serviceName: web
150
- servicePort: 8080
+ backend:
+ serviceName: web
+ servicePort: 8080
151
```
152
153
1. Create the Ingress resource by running the following command:
0 commit comments