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 123699856b723..b56e54f0cc3d6 100644 --- a/content/en/docs/tasks/access-application-cluster/ingress-minikube.md +++ b/content/en/docs/tasks/access-application-cluster/ingress-minikube.md @@ -146,7 +146,7 @@ The following file is an Ingress resource that sends traffic to your Service via - host: hello-world.info http: paths: - - path: /(.+) + - path: /|/(.+) backend: serviceName: web servicePort: 8080