From 75fd9320d8370938c593b6421975ceebb7e0c6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Sobieszcza=C5=84ski?= Date: Tue, 11 Aug 2020 12:05:50 +0200 Subject: [PATCH] v1 backend yaml definition has wrong indentation --- .../tasks/access-application-cluster/ingress-minikube.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/tasks/access-application-cluster/ingress-minikube.md b/content/en/docs/tasks/access-application-cluster/ingress-minikube.md index 77d400aa8d..6310d15851 100644 --- a/content/en/docs/tasks/access-application-cluster/ingress-minikube.md +++ b/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 http: paths: - path: / - backend: - serviceName: web - servicePort: 8080 + backend: + serviceName: web + servicePort: 8080 ``` 1. Create the Ingress resource by running the following command: