Backport of adding redirects for tproxy and envoy extensions into release/1.16.x (#17690)

* backport of commit e7c164fe905309892f42d8df5e195b0904f935a6

* backport of commit a5b16f6dac398fd326ae1b087f2814c9ce1975cd

---------

Co-authored-by: trujillo-adam <ajosetru@gmail.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
This commit is contained in:
hc-github-team-consul-core 2023-06-12 23:29:39 -04:00 committed by GitHub
parent 48a005f689
commit 6c2d2ebeb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -37,4 +37,20 @@ module.exports = [
destination: `/consul/docs/connect/intentions`,
permanent: true,
},
{
source: '/consul/docs/v1.16.x/connect/transparent-proxy',
destination: '/consul/docs/v1.16.x/k8s/connect/transparent-proxy',
permanent: true,
},
{
source: '/consul/docs/1.16.x/agent/limits/init-rate-limits',
destination: '/consul/docs/1.16.x/agent/limits/usage/init-rate-limits',
permanent: true,
},
{
source: '/consul/docs/1.16.x/agent/limits/set-global-traffic-rate-limits',
destination:
'/consul/docs/1.16.x/agent/limits/usage/set-global-traffic-rate-limits',
permanent: true,
},
]