Skip to content

Commit 75fd932

Browse files
authored
v1 backend yaml definition has wrong indentation
1 parent 6b784ad commit 75fd932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/tasks/access-application-cluster/ingress-minikube.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ The following file is an Ingress resource that sends traffic to your Service via
145145
http:
146146
paths:
147147
- path: /
148-
backend:
149-
serviceName: web
150-
servicePort: 8080
148+
backend:
149+
serviceName: web
150+
servicePort: 8080
151151
```
152152

153153
1. Create the Ingress resource by running the following command:

0 commit comments

Comments
 (0)