From 9ba7691ac69bf159f80f6daa211a26cd659dc0ef Mon Sep 17 00:00:00 2001 From: erharjotsingh <136554658+erharjotsingh@users.noreply.github.com> Date: Fri, 28 Jul 2023 10:01:19 +0530 Subject: [PATCH] Update autoscaling-metrics.md --- docs/serving/autoscaling/autoscaling-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/autoscaling/autoscaling-metrics.md b/docs/serving/autoscaling/autoscaling-metrics.md index 2089ec2876..a7e3cee5c0 100644 --- a/docs/serving/autoscaling/autoscaling-metrics.md +++ b/docs/serving/autoscaling/autoscaling-metrics.md @@ -89,7 +89,7 @@ For more information about KPA and HPA, see the documentation on [Supported Auto template: metadata: annotations: - autoscaling.knative.dev/class: "hpa.autoscaling.knative.dev" + autoscaling.knative.dev/class: "hpa.autoscaling.knative.dev" autoscaling.knative.dev/metric: "memory" autoscaling.knative.dev/target: "75" ```