Add basepath to ingress (#16458)
Without this change `curl hello-world.info` will return a 404pull/16513/head
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
|
||||
http:
|
||||
paths:
|
||||
- path: /(.+)
|
||||
- path: /|/(.+)
|
||||
backend:
|
||||
serviceName: web
|
||||
servicePort: 8080
|
||||
|
|
Loading…
Reference in New Issue