Skip to content

Commit

Permalink
Add basepath to ingress (#16458)
Browse files Browse the repository at this point in the history
Without this change `curl hello-world.info` will return a 404
  • Loading branch information
Josh Woodcock authored and k8s-ci-robot committed Sep 23, 2019
1 parent 99c450f commit ff1a982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff1a982

Please sign in to comment.