From 3bb74aaccd37f5e84ff8115dff439ed1335281f1 Mon Sep 17 00:00:00 2001 From: Ivan Santos <301291+pragmaticivan@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:29:42 -0500 Subject: [PATCH] fix: typo --- ...your-kubernetes-hpa-resoursces-with-keda-scaled-objects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/articles/2023-06-24-replacing-your-kubernetes-hpa-resoursces-with-keda-scaled-objects.md b/content/articles/2023-06-24-replacing-your-kubernetes-hpa-resoursces-with-keda-scaled-objects.md index a4688e3..29b3815 100644 --- a/content/articles/2023-06-24-replacing-your-kubernetes-hpa-resoursces-with-keda-scaled-objects.md +++ b/content/articles/2023-06-24-replacing-your-kubernetes-hpa-resoursces-with-keda-scaled-objects.md @@ -104,11 +104,11 @@ spec: name: example-service # Custom HPA name is required and should match the existing HPA name triggers: - type: memory - metricType: AverageValue + metricType: Utilization metadata: value: "50" - type: cpu - metricType: AverageValue + metricType: Utilization metadata: value: "50" - type: cron