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:
Rich Burroughs
2024-10-24 14:24:56 -07:00
committed by GitHub
parent c04cb6d7bd
commit 411ff4c620

View File

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