From 58358929bd12444fb797e4da639acfead2b54b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Gonz=C3=A1lez?= Date: Tue, 29 Nov 2022 13:28:28 -0400 Subject: [PATCH] fix: use the right target for the forum hpa --- drydock/templates/kustomized/tutor14/extensions/hpa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drydock/templates/kustomized/tutor14/extensions/hpa.yml b/drydock/templates/kustomized/tutor14/extensions/hpa.yml index 93f6c29d..60aaa3ed 100644 --- a/drydock/templates/kustomized/tutor14/extensions/hpa.yml +++ b/drydock/templates/kustomized/tutor14/extensions/hpa.yml @@ -76,5 +76,5 @@ spec: scaleTargetRef: apiVersion: apps/v1 kind: Deployment - name: cms-worker + name: forum targetCPUUtilizationPercentage: {{ DRYDOCK_FORUM_TARGET_CPU }}