From 64224ecaeff368f3c5074563c468e4a6c2303999 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 15 Sep 2024 13:21:35 +0100 Subject: [PATCH] Fix hpa --- manifests/grist/grist.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/grist/grist.yaml b/manifests/grist/grist.yaml index 5a316e2..a0ba763 100644 --- a/manifests/grist/grist.yaml +++ b/manifests/grist/grist.yaml @@ -124,7 +124,9 @@ spec: - type: Resource resource: name: cpu - targetAverageUtilization: 80 + target: + type: Utilization + averageUtilization: 80 --- apiVersion: networking.k8s.io/v1 kind: Ingress