Skip to content

Commit

Permalink
Add basepath to ingress
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 Sep 19, 2019
1 parent f6a867d commit 98ea36a
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 98ea36a

Please sign in to comment.