From 4bb98f739582d0653060e281061e2abdb78f1eaf Mon Sep 17 00:00:00 2001 From: Vageesha17 <47109150+Vageesha17@users.noreply.github.com> Date: Wed, 15 May 2019 20:32:35 +0530 Subject: [PATCH] changed the formatting of example-ingress.yaml (#14333) change the formatting of example-ingress.yaml file. Raising PR for #14284 --- .../ingress-minikube.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 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 bb04b4c4b7..e7aa1a1bea 100644 --- a/content/en/docs/tasks/access-application-cluster/ingress-minikube.md +++ b/content/en/docs/tasks/access-application-cluster/ingress-minikube.md @@ -143,14 +143,14 @@ The following file is an Ingress resource that sends traffic to your Service via annotations: nginx.ingress.kubernetes.io/rewrite-target: / spec: - rules: - - host: hello-world.info - http: - paths: - - path: /* - backend: - serviceName: web - servicePort: 8080 + rules: + - host: hello-world.info + http: + paths: + - path: /* + backend: + serviceName: web + servicePort: 8080 ``` 1. Create the Ingress resource by running the following command: