From d5765c5e9c92b3dd527b6f66512b34ec2fda40fe Mon Sep 17 00:00:00 2001 From: Julien Francoz Date: Mon, 4 May 2026 10:28:10 +0200 Subject: [PATCH] hpa tuning --- helm/api-platform/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/api-platform/values.yaml b/helm/api-platform/values.yaml index 80654c87c..ec988e859 100644 --- a/helm/api-platform/values.yaml +++ b/helm/api-platform/values.yaml @@ -275,9 +275,9 @@ replicaCount: 1 autoscaling: enabled: true - minReplicas: 1 + minReplicas: 2 maxReplicas: 100 - targetCPUUtilizationPercentage: 50 + targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80 nodeSelector: {}