Add redirects for mesh-gateway docs (#18377)

This commit is contained in:
Tu Nguyen 2023-08-04 09:36:21 -07:00 committed by GitHub
parent 89aac4b098
commit 0a48a24a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -67,4 +67,11 @@ module.exports = [
'/consul/docs/dynamic-app-config/kv#using-sentinel-to-apply-policies-for-consul-kv',
permanent: true,
},
{
source:
'/consul/docs/connect/gateways/mesh-gateway/service-to-service-traffic-datacenters',
destination:
'/consul/docs/k8s/deployment-configurations/multi-cluster',
permanent: true,
}
]