Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1787 from Xunzhuo/fix-redirect-exa…
Browse files Browse the repository at this point in the history
…mples

fix: remove invalid redirect examples
  • Loading branch information
k8s-ci-robot authored and shaneutt committed Mar 14, 2023
1 parent 09a11ae commit e8d3558
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ spec:
type: ReplaceFullPath
replaceFullPath: /paprika
statusCode: 302
backendRefs:
- name: example-svc
weight: 1
port: 80
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ spec:
requestRedirect:
scheme: https
statusCode: 301
backendRefs:
- name: example-svc
weight: 1
port: 80
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ spec:
type: ReplacePrefixMatch
replacePrefixMatch: /paprika
statusCode: 302
backendRefs:
- name: example-svc
weight: 1
port: 80

0 comments on commit e8d3558

Please sign in to comment.