Add basepath to ingress (#16458)
Without this change `curl hello-world.info` will return a 404
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
99c450f59c
commit
ff1a982e6b
@@ -146,7 +146,7 @@ The following file is an Ingress resource that sends traffic to your Service via
|
|||||||
- host: hello-world.info
|
- host: hello-world.info
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /(.+)
|
- path: /|/(.+)
|
||||||
backend:
|
backend:
|
||||||
serviceName: web
|
serviceName: web
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user