Add basepath to ingress (#16458)

Without this change `curl hello-world.info` will return a 404
pull/16513/head
Josh Woodcock 2019-09-22 22:33:22 -05:00 committed by Kubernetes Prow Robot
parent 99c450f59c
commit ff1a982e6b
1 changed files with 1 additions and 1 deletions

View File

@ -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