Skip to content

Commit

Permalink
Update annotation-use-case.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Nov 8, 2023
1 parent cd11c41 commit a850404
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ spec:
port:
number: 80
path: /v1(/|$)(.*)
pathType: Prefix
pathType: ImplementationSpecific
```

3. 将请求`example.com/v1/app`在转发至后端服务之前,将Path前缀/v1更改为/v2
Expand All @@ -338,7 +338,7 @@ spec:
port:
number: 80
path: /v1(/|$)(.*)
pathType: Prefix
pathType: ImplementationSpecific
```

### Rewrite重写Host
Expand Down

0 comments on commit a850404

Please sign in to comment.