From 6604d61575f414dac82c6b141463c5300caae37a Mon Sep 17 00:00:00 2001 From: Janis Date: Wed, 10 Jun 2026 10:23:23 +0200 Subject: [PATCH] feat(metrics): increase CPU utilization threshold and adjust memory request for rollouts --- nowchess/base/nowchess-hpa.yaml | 16 ++++++++-------- nowchess/base/nowchess-rollouts.yaml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nowchess/base/nowchess-hpa.yaml b/nowchess/base/nowchess-hpa.yaml index a5e8784..80bdbf2 100755 --- a/nowchess/base/nowchess-hpa.yaml +++ b/nowchess/base/nowchess-hpa.yaml @@ -15,7 +15,7 @@ spec: name: cpu target: type: Utilization - averageUtilization: 70 + averageUtilization: 90 --- apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler @@ -34,7 +34,7 @@ spec: name: cpu target: type: Utilization - averageUtilization: 70 + averageUtilization: 90 --- apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler @@ -53,7 +53,7 @@ spec: name: cpu target: type: Utilization - averageUtilization: 70 + averageUtilization: 90 --- apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler @@ -72,7 +72,7 @@ spec: name: cpu target: type: Utilization - averageUtilization: 70 + averageUtilization: 90 --- apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler @@ -91,7 +91,7 @@ spec: name: cpu target: type: Utilization - averageUtilization: 70 + averageUtilization: 90 --- apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler @@ -110,7 +110,7 @@ spec: name: cpu target: type: Utilization - averageUtilization: 70 + averageUtilization: 90 --- apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler @@ -129,7 +129,7 @@ spec: name: cpu target: type: Utilization - averageUtilization: 70 + averageUtilization: 90 --- apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler @@ -148,4 +148,4 @@ spec: name: cpu target: type: Utilization - averageUtilization: 70 + averageUtilization: 90 diff --git a/nowchess/base/nowchess-rollouts.yaml b/nowchess/base/nowchess-rollouts.yaml index ab7357e..4f9fa8f 100755 --- a/nowchess/base/nowchess-rollouts.yaml +++ b/nowchess/base/nowchess-rollouts.yaml @@ -681,7 +681,7 @@ spec: resources: requests: cpu: "5m" - memory: "96Mi" + memory: "48Mi" limits: cpu: "500m" memory: "256Mi"