From ea3883bd39ba4b0fe736a94f0c6c59acd1ab2db5 Mon Sep 17 00:00:00 2001 From: pfamelis Date: Tue, 20 Jun 2023 15:27:52 +0300 Subject: [PATCH] fix: take into account jvm startup bursts for limits --- manifests/automationservice.yaml | 2 +- manifests/policyservice.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/automationservice.yaml b/manifests/automationservice.yaml index 73e6b1d7b..f4a4def17 100644 --- a/manifests/automationservice.yaml +++ b/manifests/automationservice.yaml @@ -102,7 +102,7 @@ spec: cpu: 50m memory: 512Mi limits: - cpu: 500m + cpu: 2000m memory: 2048Mi --- apiVersion: autoscaling/v2 diff --git a/manifests/policyservice.yaml b/manifests/policyservice.yaml index 72da09eca..b34331724 100644 --- a/manifests/policyservice.yaml +++ b/manifests/policyservice.yaml @@ -106,7 +106,7 @@ spec: cpu: 50m memory: 512Mi limits: - cpu: 500m + cpu: 2000m memory: 2048Mi --- apiVersion: autoscaling/v2 @@ -126,4 +126,4 @@ spec: name: cpu target: type: Utilization - averageUtilization: 80 \ No newline at end of file + averageUtilization: 80 -- GitLab