mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
Update usage.yaml
The pathType Prefix no longer works, it generates errors. This is the workaround suggested in ingress-nginx issue #10200. I tested it and it works.
This commit is contained in:
@@ -62,14 +62,14 @@ spec:
|
||||
rules:
|
||||
- http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
- pathType: ImplementationSpecific
|
||||
path: /foo(/|$)(.*)
|
||||
backend:
|
||||
service:
|
||||
name: foo-service
|
||||
port:
|
||||
number: 8080
|
||||
- pathType: Prefix
|
||||
- pathType: ImplementationSpecific
|
||||
path: /bar(/|$)(.*)
|
||||
backend:
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user