Standardized internal application paths
This commit is contained in:
parent
5ee0a9e59d
commit
d1dcd61e14
23 changed files with 180 additions and 177 deletions
|
|
@ -15,19 +15,19 @@ spec:
|
|||
- matches:
|
||||
- path:
|
||||
type: Exact
|
||||
value: "/internal/ops/longhorn"
|
||||
value: "/internal/ops/volumes"
|
||||
filters:
|
||||
- type: RequestRedirect
|
||||
requestRedirect:
|
||||
path:
|
||||
type: ReplaceFullPath
|
||||
replaceFullPath: "/internal/ops/longhorn/"
|
||||
replaceFullPath: "/internal/ops/volumes/"
|
||||
statusCode: 301
|
||||
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: "/internal/ops/longhorn/"
|
||||
value: "/internal/ops/volumes/"
|
||||
filters:
|
||||
- type: URLRewrite
|
||||
urlRewrite:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue