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 b44a36501c..8ea504bd4a 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