2022-10-19 21:57:08 +00:00
|
|
|
module.exports = [
|
|
|
|
// Rename and re-arrange Autoscaling Internals section
|
|
|
|
{
|
|
|
|
source: '/nomad/tools/autoscaling/internals/:path*',
|
|
|
|
destination: '/nomad/tools/autoscaling/concepts/:path*',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/nomad/tools/autoscaling/concepts/checks',
|
|
|
|
destination: '/nomad/tools/autoscaling/concepts/policy-eval/checks',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
source: '/nomad/tools/autoscaling/concepts/node-selector-strategy',
|
|
|
|
destination: '/nomad/tools/autoscaling/concepts/policy-eval/node-selector-strategy',
|
|
|
|
permanent: true,
|
|
|
|
},
|
|
|
|
]
|